|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLoadHeapObject Class Reference#include <object_load.h>
Inheritance diagram for NLAISCRIPT::CLoadHeapObject:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CLoadHeapObject::CLoadHeapObject |
( |
|
) |
[inline] |
|
NLAISCRIPT::CLoadHeapObject::CLoadHeapObject |
( |
const std::list< sint32 > & |
i, |
|
|
int |
n |
|
) |
[inline] |
|
Member Function Documentation
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadHeapObject::clone |
( |
|
) |
const [inline, virtual] |
|
virtual const NLAIC::CIdentType& NLAISCRIPT::CLoadHeapObject::getType |
( |
|
) |
const [inline, virtual] |
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAIC::IBasicType.
Definition at line 193 of file object_load.h. |
virtual void NLAISCRIPT::CLoadHeapObject::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadHeapObject::newInstance |
( |
|
) |
const [inline, virtual] |
|
virtual void NLAISCRIPT::CLoadHeapObject::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CLoadHeapObject::_N [private]
|
|
The documentation for this class was generated from the following files:
|
|