|
| virtual IBasicTrie * | CreateBasicTrie ()=0 |
| | Creates a basic Trie object. More...
|
| |
|
virtual unsigned int | GetInterfaceVersion ()=0 |
| | Must return an integer defining the interface's version.
|
| |
|
virtual const char * | GetInterfaceName ()=0 |
| | Must return a string defining the interface's unique name.
|
| |
| virtual bool | IsVersionCompatible (unsigned int version) |
| | Must return whether the requested version number is backwards compatible. Note: This can be overridden for breaking changes or custom versioning. More...
|
| |
| virtual IBasicTrie* SourceMod::IADTFactory::CreateBasicTrie |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: