|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IVarName Class ReferenceThis is an abstract class for string in NLAIC::IBasicInterface format.
More...
#include <agent_string.h>
Inheritance diagram for NLAIAGENT::IVarName:
List of all members.
Detailed Description
This is an abstract class for string in NLAIC::IBasicInterface format.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 39 of file agent_string.h.
Constructor & Destructor Documentation
NLAIAGENT::IVarName::IVarName |
( |
|
) |
[inline] |
|
virtual NLAIAGENT::IVarName::~IVarName |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const char* NLAIAGENT::IVarName::addString |
( |
const IVarName & |
s |
) |
const [inline] |
|
virtual const char* NLAIAGENT::IVarName::getString |
( |
|
) |
const [pure virtual] |
|
|
Get the string stored in the instance.
Implemented in NLAIAGENT::CStringVarName.
Referenced by NLAISCRIPT::CAgentClass::addBrancheCode, addString, NLAISCRIPT::CAgentClass::buildChildsMessageMap, NLAISCRIPT::CAgentClass::createBaseClassComponents, NLAISCRIPT::CAgentClass::getBaseClass, NLAISCRIPT::CAgentClass::getClassPath, NLAISCRIPT::CAgentClass::getComputeBaseClass, NLAISCRIPT::CVarPStackParam::getDebugString, NLAILOGIC::CVar::getDebugString, NLAISCRIPT::CMethodeName::getDebugString, NLAILOGIC::CInternalGoal::getDebugString, NLAILOGIC::CGoal::getDebugString, NLAISCRIPT::CAgentClass::getPrivateMember, NLAISCRIPT::IClassInterpret::IClassInterpret, NLAISCRIPT::CAgentClass::isClassInheritedFrom, NLAISCRIPT::CAgentClass::isMember, operator<, operator==, operator>, NLAISCRIPT::CCompilateur::RegisterClass, NLAISCRIPT::IClassInterpret::setType, and subString. |
virtual IVarName& NLAIAGENT::IVarName::operator+= |
( |
const IVarName & |
s |
) |
[pure virtual] |
|
virtual IVarName& NLAIAGENT::IVarName::operator-= |
( |
const IVarName & |
s |
) |
[pure virtual] |
|
bool NLAIAGENT::IVarName::operator< |
( |
const IVarName & |
v |
) |
const [inline] |
|
virtual IVarName& NLAIAGENT::IVarName::operator= |
( |
const IVarName & |
v |
) |
[pure virtual] |
|
bool NLAIAGENT::IVarName::operator== |
( |
const IVarName & |
v |
) |
const [inline] |
|
bool NLAIAGENT::IVarName::operator> |
( |
const IVarName & |
v |
) |
const [inline] |
|
const char* NLAIAGENT::IVarName::subString |
( |
const IVarName & |
s |
) |
const [inline] |
|
The documentation for this class was generated from the following file:
|
|