# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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 Reference

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. More...

#include <abstract_interface.h>

Inheritance diagram for NLAIC::IBasicInterface:

NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAIAGENT::IBasicMessageGroup NLAIAGENT::IBasicMsgContainer NLAIAGENT::IBasicObjectIA NLAIAGENT::IVarName NLAIAGENT::IWordNumRef NLAIC::CBinaryType NLAIC::IIO NLAISCRIPT::IBlock NLAISCRIPT::ILoadObject NLAISCRIPT::IScriptDebugSource List of all members.

Public Methods

 IBasicInterface ()
 ~IBasicInterface ()
 IBasicInterface (const IBasicInterface &a)
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
virtual void save (NLMISC::IStream &)=0
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &)=0
 Load the class from a stream. More...


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]
 

Definition at line 316 of file abstract_interface.h.

Referenced by IBasicInterface.

NLAIC::IBasicInterface::~IBasicInterface   [inline]
 

Definition at line 320 of file abstract_interface.h.

NLAIC::IBasicInterface::IBasicInterface const IBasicInterface &    a [inline]
 

Definition at line 324 of file abstract_interface.h.

References IBasicInterface, and NLAIC::IBasicType::IBasicType.


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.

virtual void NLAIC::IBasicInterface::serial NLMISC::IStream   f throw (NLMISC::EStream) [inline, virtual]
 

Reimplemented from NLAIC::IPointerGestion.

Definition at line 328 of file abstract_interface.h.

References load, and save.


The documentation for this class was generated from the following file: