|
|
|
|
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
[legend]Collaboration diagram for NLAISCRIPT::CLoadHeapObject:
[legend]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
const NLAIC::IBasicType * NLAISCRIPT::CLoadHeapObject::clone (
|
void ) const [inline, virtual]
|
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Reimplemented from NLAIC::IBasicType.
Definition at line 198 of file object_load.h. |
const NLAIC::CIdentType & NLAISCRIPT::CLoadHeapObject::getType (
|
void ) 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).
Reimplemented from NLAIC::IBasicType.
Definition at line 193 of file object_load.h. |
void NLAISCRIPT::CLoadHeapObject::load (
|
NLMISC::IStream & is ) [inline, virtual]
|
|
const NLAIC::IBasicType * NLAISCRIPT::CLoadHeapObject::newInstance (
|
void ) const [inline, virtual]
|
|
void NLAISCRIPT::CLoadHeapObject::save (
|
NLMISC::IStream & os ) [inline, virtual]
|
|
Member Data Documentation
std::list< sint32 > NLAISCRIPT::CLoadHeapObject::_I [private]
|
|
sint32 NLAISCRIPT::CLoadHeapObject::_N [private]
|
|
The documentation for this class was generated from the following files:
|
|