SourceMod SDK  1.7
SourceMod::IADTFactory Class Referenceabstract
Inheritance diagram for SourceMod::IADTFactory:
SourceMod::SMInterface

Public Member Functions

virtual IBasicTrieCreateBasicTrie ()=0
 Creates a basic Trie object. More...
 
- Public Member Functions inherited from SourceMod::SMInterface
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...
 

Member Function Documentation

virtual IBasicTrie* SourceMod::IADTFactory::CreateBasicTrie ( )
pure virtual

Creates a basic Trie object.

Returns
A new IBasicTrie object which must be destroyed via IBasicTrie::Destroy().

The documentation for this class was generated from the following file: