|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIC::IBasicInterface Class ReferenceIBasicInterface is an abstract class need to give sens of objects manipulation, we separate it from the IBasicType because the we need a basic class for object and class factory and methods define in this class can't be use in the class factory.
More...
#include <abstract_interface.h>
Inheritance diagram for NLAIC::IBasicInterface:
List of all members.
Detailed Description
IBasicInterface is an abstract class need to give sens of objects manipulation, we separate it from the IBasicType because the we need a basic class for object and class factory and methods define in this class can't be use in the class factory.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 312 of file abstract_interface.h.
Constructor & Destructor Documentation
NLAIC::IBasicInterface::IBasicInterface |
( |
|
) |
[inline] |
|
NLAIC::IBasicInterface::~IBasicInterface |
( |
|
) |
[inline] |
|
NLAIC::IBasicInterface::IBasicInterface |
( |
const IBasicInterface & |
a |
) |
[inline] |
|
Member Function Documentation
void NLAIC::IBasicInterface::load |
( |
NLMISC::IStream & |
|
) |
[inline, pure virtual] |
|
|
Load the class from a stream.
Implemented in NLAIAGENT::CActor.
Definition at line 350 of file abstract_interface.h.
Referenced by NLAILOGIC::CVar::load, NLAISCRIPT::CLdbOpCode::load, NLAISCRIPT::CLibCallMethodi::load, NLAISCRIPT::CLibCallInheritedMethod::load, NLAISCRIPT::CLibCallMethod::load, NLAISCRIPT::CLdbNewOpCode::load, NLAISCRIPT::CAddParamNameDebug::load, NLAISCRIPT::CFindRunMsg::load, NLAISCRIPT::CAgentClass::load, NLAISCRIPT::CComponent::load, NLAISCRIPT::CMethodeName::load, NLAIAGENT::CVectorGroupType::load, NLAIAGENT::CGroupType::load, and serial. |
void NLAIC::IBasicInterface::save |
( |
NLMISC::IStream & |
|
) |
[inline, pure virtual] |
|
|
Save the class in a stream.
Implemented in NLAIAGENT::CActor.
Definition at line 346 of file abstract_interface.h.
Referenced by NLAILOGIC::CVar::save, NLAISCRIPT::CLdbOpCode::save, NLAISCRIPT::CLibCallMethodi::save, NLAISCRIPT::CLibCallInheritedMethod::save, NLAISCRIPT::CLibCallMethod::save, NLAISCRIPT::CLdbNewOpCode::save, NLAISCRIPT::CAddParamNameDebug::save, NLAISCRIPT::CFindRunMsg::save, NLAISCRIPT::CAgentClass::save, NLAISCRIPT::CComponent::save, NLAISCRIPT::CMethodeName::save, and serial. |
The documentation for this class was generated from the following file:
|
|