|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CVar Class Reference#include <var.h>
Inheritance diagram for NLAILOGIC::CVar:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::CVar::CVar |
( |
const CVar & |
cp |
) |
|
|
NLAILOGIC::CVar::~CVar |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Implements NLAIC::IBasicType.
Definition at line 161 of file var.cpp.
References CVar.
Referenced by newInstance. |
void NLAILOGIC::CVar::getDebugString |
( |
std::string & |
|
) |
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).
Implements NLAIC::IBasicType.
Definition at line 232 of file var.cpp.
References IdVar. |
IObjetOp * NLAILOGIC::CVar::getValue |
( |
|
) |
const [virtual] |
|
bool NLAILOGIC::CVar::isEqual |
( |
const CVar & |
a |
) |
const [virtual] |
|
bool NLAILOGIC::CVar::isTrue |
( |
|
) |
const [virtual] |
|
|
This function allow a new instance, that mean that the class is a class factory.
Implements NLAIC::IBasicType.
Definition at line 167 of file var.cpp.
References clone. |
bool NLAILOGIC::CVar::operator== |
( |
IBaseVar * |
CVar |
) |
[virtual] |
|
const IObjectIA::CProcessResult & NLAILOGIC::CVar::run |
( |
|
) |
[virtual] |
|
bool NLAILOGIC::CVar::unify |
( |
IBaseVar * |
, |
|
|
bool |
assign = false |
|
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|