![]() |
DDraceNetwork Documentation
|
#include <ghost.h>
Public Member Functions | |
| virtual | ~IGhostLoader ()=default |
| virtual bool | Load (const char *pFilename, const char *pMap, const SHA256_DIGEST &MapSha256, unsigned MapCrc)=0 |
| virtual void | Close ()=0 |
| virtual const CGhostInfo * | GetInfo () const =0 |
| virtual bool | ReadNextType (int *pType)=0 |
| virtual bool | ReadData (int Type, void *pData, size_t Size)=0 |
| virtual bool | GetGhostInfo (const char *pFilename, CGhostInfo *pInfo, const char *pMap, const SHA256_DIGEST &MapSha256, unsigned MapCrc)=0 |
Public Member Functions inherited from IInterface | |
| IInterface () | |
| virtual void | Shutdown () |
| virtual | ~IInterface ()=default |
Static Public Member Functions | |
| static const char * | InterfaceName () |
Additional Inherited Members | |
Protected Member Functions inherited from IInterface | |
| IKernel * | Kernel () |
|
virtualdefault |
Implemented in CGhostLoader.
|
pure virtual |
Implemented in CGhostLoader.
|
pure virtual |
Implemented in CGhostLoader.
|
pure virtual |
Implemented in CGhostLoader.
Implemented in CGhostLoader.
Implemented in CGhostLoader.