|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAICHARACTER::CCharacterChild Class Reference#include <character.h>
Inheritance diagram for NLAICHARACTER::CCharacterChild:
List of all members.
Constructor & Destructor Documentation
NLAICHARACTER::CCharacterChild::CCharacterChild |
( |
const std::string & |
name |
) |
[inline] |
|
NLAICHARACTER::CCharacterChild::CCharacterChild |
( |
const CCharacterChild & |
name |
) |
|
|
NLAICHARACTER::CCharacterChild::~CCharacterChild |
( |
|
) |
[virtual] |
|
Member Function Documentation
bool NLAICHARACTER::CCharacterChild::addCharacter |
( |
const ICharacter & |
|
) |
[virtual] |
|
bool NLAICHARACTER::CCharacterChild::canAddCharacter |
( |
|
) |
const [virtual] |
|
void NLAICHARACTER::CCharacterChild::getDebugString |
( |
std::string & |
|
) |
const [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.
Implements NLAIC::IBasicType.
Definition at line 104 of file character.cpp. |
virtual const std::string& NLAICHARACTER::CCharacterChild::getName |
( |
|
) |
const [inline, virtual] |
|
virtual const NLAIC::CIdentType& NLAICHARACTER::CCharacterChild::getType |
( |
|
) |
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.
Reimplemented in NLAICHARACTER::CCharacterNoeud.
Definition at line 87 of file character.h. |
const ICharacter * NLAICHARACTER::CCharacterChild::haveCharacter |
( |
const std::string & |
|
) |
const [virtual] |
|
void NLAICHARACTER::CCharacterChild::initClass |
( |
|
) |
[static] |
|
void NLAICHARACTER::CCharacterChild::load |
( |
NLMISC::IStream & |
is |
) |
[virtual] |
|
const NLAIC::IBasicType * NLAICHARACTER::CCharacterChild::newInstance |
( |
|
) |
const [virtual] |
|
void NLAICHARACTER::CCharacterChild::releaseClass |
( |
|
) |
[static] |
|
void NLAICHARACTER::CCharacterChild::save |
( |
NLMISC::IStream & |
os |
) |
[virtual] |
|
virtual void NLAICHARACTER::CCharacterChild::setName |
( |
const std::string & |
name |
) |
[inline, virtual] |
|
Member Data Documentation
std::string NLAICHARACTER::CCharacterChild::_Name [private]
|
|
const NLAIC::CIdentType * NLAICHARACTER::CCharacterChild::IDCharacterChild = NULL [static]
|
|
The documentation for this class was generated from the following files:
|
|