|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CStringVarName Class ReferenceBasic concret class for string manipulation with NLAIC::IBasicInterface format.
More...
#include <agent_string.h>
Inheritance diagram for NLAIAGENT::CStringVarName:
List of all members.
Detailed Description
Basic concret class for string manipulation with NLAIC::IBasicInterface format.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 132 of file agent_string.h.
Constructor & Destructor Documentation
NLAIAGENT::CStringVarName::CStringVarName |
( |
const char * |
name |
) |
[inline] |
|
NLAIAGENT::CStringVarName::CStringVarName |
( |
const CStringVarName & |
s |
) |
[inline] |
|
NLAIAGENT::CStringVarName::CStringVarName |
( |
NLMISC::IStream & |
is |
) |
[inline] |
|
virtual NLAIAGENT::CStringVarName::~CStringVarName |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAIAGENT::CStringVarName::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAIAGENT::CStringVarName::getDebugString |
( |
std::string & |
text |
) |
const [inline, virtual] |
|
virtual const char* NLAIAGENT::CStringVarName::getString |
( |
|
) |
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 28 of file agent_string.cpp.
References IdStringVarName. |
void NLAIAGENT::CStringVarName::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAIAGENT::CStringVarName::newInstance |
( |
|
) |
const [inline, virtual] |
|
IVarName& NLAIAGENT::CStringVarName::operator+= |
( |
const IVarName & |
s |
) |
[inline, virtual] |
|
IVarName& NLAIAGENT::CStringVarName::operator-= |
( |
const IVarName & |
s |
) |
[inline, virtual] |
|
CStringVarName& NLAIAGENT::CStringVarName::operator= |
( |
const CStringVarName & |
v |
) |
[inline] |
|
IVarName& NLAIAGENT::CStringVarName::operator= |
( |
const IVarName & |
v |
) |
[inline, virtual] |
|
void NLAIAGENT::CStringVarName::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
char* NLAIAGENT::CStringVarName::_Name [private]
|
|
The documentation for this class was generated from the following files:
|
|