|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLoadStackObject Class Reference#include <object_load.h>
Inheritance diagram for NLAISCRIPT::CLoadStackObject:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CLoadStackObject::CLoadStackObject |
( |
|
) |
[inline] |
|
NLAISCRIPT::CLoadStackObject::CLoadStackObject |
( |
const std::list< sint32 > & |
i |
) |
[inline] |
|
Member Function Documentation
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadStackObject::clone |
( |
|
) |
const [inline, virtual] |
|
virtual const NLAIC::CIdentType& NLAISCRIPT::CLoadStackObject::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 144 of file object_load.h. |
virtual void NLAISCRIPT::CLoadStackObject::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadStackObject::newInstance |
( |
|
) |
const [inline, virtual] |
|
virtual void NLAISCRIPT::CLoadStackObject::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|