|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLoadSelfObject Class ReferenceClass CLoadSelfObject.
More...
#include <object_load.h>
Inheritance diagram for NLAISCRIPT::CLoadSelfObject:
List of all members.
Detailed Description
Class CLoadSelfObject.
This class is a concrete class allow to gets an compoment from the context.Self object.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 71 of file object_load.h.
Constructor & Destructor Documentation
NLAISCRIPT::CLoadSelfObject::CLoadSelfObject |
( |
|
) |
[inline] |
|
NLAISCRIPT::CLoadSelfObject::CLoadSelfObject |
( |
const std::list< sint32 > & |
i |
) |
[inline] |
|
Member Function Documentation
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadSelfObject::clone |
( |
|
) |
const [inline, virtual] |
|
virtual const NLAIC::CIdentType& NLAISCRIPT::CLoadSelfObject::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 95 of file object_load.h. |
virtual void NLAISCRIPT::CLoadSelfObject::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadSelfObject::newInstance |
( |
|
) |
const [inline, virtual] |
|
virtual void NLAISCRIPT::CLoadSelfObject::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|