|
WSF
|
#include "xio/WsfXIO_ObjectInfo.hpp"#include <algorithm>#include "PakSerializeImpl.hpp"#include "PakTypeDictionary.hpp"#include "UtVec3.hpp"#include "xio/WsfXIO_PacketRegistry.hpp"
Functions | |
| void | Load (PakI &aBuff, WsfXIO_PlatformPartInfo *&aPtr) |
| void | Save (PakO &aBuff, WsfXIO_PlatformPartInfo *&aPtr) |
| void | Load (PakI &aBuff, WsfXIO_ObjectInfo *&aPtr) |
| void | Save (PakO &aBuff, WsfXIO_ObjectInfo *&aPtr) |
| std::istream & | operator>> (std::istream &aIn, WsfXIO_PlatformId &aId) |
| std::ostream & | operator<< (std::ostream &aOut, const WsfXIO_PlatformId &aId) |
| void Load | ( | PakI & | aBuff, |
| WsfXIO_ObjectInfo *& | aPtr ) |
| void Load | ( | PakI & | aBuff, |
| WsfXIO_PlatformPartInfo *& | aPtr ) |
References WsfXIO_ObjectInfo::cNO_OBJECT.
Referenced by wizard::TextSource::NewView().
| std::ostream & operator<< | ( | std::ostream & | aOut, |
| const WsfXIO_PlatformId & | aId ) |
| std::istream & operator>> | ( | std::istream & | aIn, |
| WsfXIO_PlatformId & | aId ) |
| void Save | ( | PakO & | aBuff, |
| WsfXIO_ObjectInfo *& | aPtr ) |
| void Save | ( | PakO & | aBuff, |
| WsfXIO_PlatformPartInfo *& | aPtr ) |
References WsfXIO_ObjectInfo::cNO_OBJECT, and WsfXIO_ObjectInfo::GetObjectType().
Referenced by wizard::TextSource::SaveWithNotifications().