From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLAICHARACTER_1_1CCharacterNoeud.html | 691 +++++++++++++++++++++ 1 file changed, 691 insertions(+) create mode 100644 docs/doxygen/nel/classNLAICHARACTER_1_1CCharacterNoeud.html (limited to 'docs/doxygen/nel/classNLAICHARACTER_1_1CCharacterNoeud.html') diff --git a/docs/doxygen/nel/classNLAICHARACTER_1_1CCharacterNoeud.html b/docs/doxygen/nel/classNLAICHARACTER_1_1CCharacterNoeud.html new file mode 100644 index 00000000..20d3dc97 --- /dev/null +++ b/docs/doxygen/nel/classNLAICHARACTER_1_1CCharacterNoeud.html @@ -0,0 +1,691 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAICHARACTER::CCharacterNoeud Class Reference

#include <character.h> +

+

Inheritance diagram for NLAICHARACTER::CCharacterNoeud: +

+ +NLAICHARACTER::CCharacterChild +NLAICHARACTER::ICharacter +NLAIAGENT::IRefrence +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CCharacterNoeud (const std::string &name)
 CCharacterNoeud (const CCharacterNoeud &name)
virtual ~CCharacterNoeud ()
virtual const ICharacterhaveCharacter (const std::string &) const
virtual bool addCharacter (const ICharacter &)
virtual bool canAddCharacter () const
virtual void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual void getDebugString (char *text) const
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const

Static Public Methods

void initClass ()
void releaseClass ()

Static Public Attributes

const NLAIC::CIdentTypeIDCharacterNoeud = NULL

Private Attributes

std::list< ICharacter * > _Character
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAICHARACTER::CCharacterNoeud::CCharacterNoeud const std::string &   name [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 108 of file character.h. +

+References NLAICHARACTER::CCharacterChild::CCharacterChild. +

+Referenced by clone, initClass, isEqual, and newInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAICHARACTER::CCharacterNoeud::CCharacterNoeud const CCharacterNoeud &   name
+
+ + + + + +
+   + + +

+ +

+Definition at line 149 of file character.cpp. +

+References _Character.

+

+ + + + +
+ + + + + + + + + +
NLAICHARACTER::CCharacterNoeud::~CCharacterNoeud   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 159 of file character.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLAICHARACTER::CCharacterNoeud::addCharacter const ICharacter  [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 178 of file character.cpp. +

+References _Character, and NLAICHARACTER::ICharacter::ICharacter.

+

+ + + + +
+ + + + + + + + + +
bool NLAICHARACTER::CCharacterNoeud::canAddCharacter   const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 184 of file character.cpp.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAICHARACTER::CCharacterNoeud::clone   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 210 of file character.cpp. +

+References CCharacterNoeud.

+

+ + + + +
+ + + + + + + + + + +
void NLAICHARACTER::CCharacterNoeud::getDebugString char *   text const [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 206 of file character.cpp.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::CIdentType& NLAICHARACTER::CCharacterNoeud::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). +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 122 of file character.h. +

+References NLAICHARACTER::CCharacterChild::IDCharacterChild. +

+Referenced by save.

+

+ + + + +
+ + + + + + + + + + +
const ICharacter * NLAICHARACTER::CCharacterNoeud::haveCharacter const std::string &   const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 163 of file character.cpp. +

+References _Character, NLAICHARACTER::CCharacterChild::getName, NLAICHARACTER::ICharacter::ICharacter, and s.

+

+ + + + +
+ + + + + + + + + +
void NLAICHARACTER::CCharacterNoeud::initClass   [static]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 235 of file character.cpp. +

+References CCharacterNoeud, IDCharacterNoeud, NLAIC::CTypeOfOperator::opNone, and NLAIC::CTypeOfObject::tObject.

+

+ + + + +
+ + + + + + + + + + +
bool NLAICHARACTER::CCharacterNoeud::isEqual const NLAIAGENT::IBasicObjectIA  a const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 220 of file character.cpp. +

+References _Character, CCharacterNoeud, and isEqual.

+

+ + + + +
+ + + + + + + + + + +
void NLAICHARACTER::CCharacterNoeud::load NLMISC::IStream  is [virtual]
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 201 of file character.cpp.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAICHARACTER::CCharacterNoeud::newInstance   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 215 of file character.cpp. +

+References CCharacterNoeud, and NLAICHARACTER::CCharacterChild::getName.

+

+ + + + +
+ + + + + + + + + +
void NLAICHARACTER::CCharacterNoeud::releaseClass   [static]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 243 of file character.cpp. +

+References IDCharacterNoeud.

+

+ + + + +
+ + + + + + + + + + +
void NLAICHARACTER::CCharacterNoeud::save NLMISC::IStream  os [virtual]
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Reimplemented from NLAICHARACTER::CCharacterChild. +

+Definition at line 189 of file character.cpp. +

+References _Character, getType, and NLMISC::IStream::serial.

+


Member Data Documentation

+

+ + + + +
+ + +
std::list<ICharacter *> NLAICHARACTER::CCharacterNoeud::_Character [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 102 of file character.h. +

+Referenced by addCharacter, CCharacterNoeud, haveCharacter, isEqual, and save.

+

+ + + + +
+ + +
const NLAIC::CIdentType * NLAICHARACTER::CCharacterNoeud::IDCharacterNoeud = NULL [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 148 of file character.cpp. +

+Referenced by initClass, and releaseClass.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1