|
|
|
|
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
[legend]Collaboration diagram for NLAIAGENT::CStringVarName:
[legend]List of all members.
Detailed Description
Basic concret class for string manipulation with NLAIC::IBasicInterface format.
-
Author(s):
-
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]
|
|
NLAIAGENT::CStringVarName::~CStringVarName (
|
) [inline, virtual]
|
|
Member Function Documentation
const NLAIC::IBasicType * NLAIAGENT::CStringVarName::clone (
|
void ) const [inline, virtual]
|
|
void NLAIAGENT::CStringVarName::getDebugString (
|
char * t ) const [inline, virtual]
|
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Reimplemented from NLAIC::IBasicType.
Definition at line 247 of file agent_string.h. |
const char * NLAIAGENT::CStringVarName::getString (
|
) const [inline, virtual]
|
|
const NLAIC::CIdentType & NLAIAGENT::CStringVarName::getType (
|
void ) const [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).
Reimplemented from NLAIC::IBasicType.
Definition at line 28 of file agent_string.cpp. |
void NLAIAGENT::CStringVarName::load (
|
NLMISC::IStream & is ) [inline, virtual]
|
|
const NLAIC::IBasicType * NLAIAGENT::CStringVarName::newInstance (
|
void ) 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:
|
|