From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...ass_NLAIAGENT__CIndexedVarName__CNameStruc.html | 407 +++++++++++++++++++++ 1 file changed, 407 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIAGENT__CIndexedVarName__CNameStruc.html (limited to 'docs/doxygen/nel/class_NLAIAGENT__CIndexedVarName__CNameStruc.html') diff --git a/docs/doxygen/nel/class_NLAIAGENT__CIndexedVarName__CNameStruc.html b/docs/doxygen/nel/class_NLAIAGENT__CIndexedVarName__CNameStruc.html new file mode 100644 index 00000000..37628d4a --- /dev/null +++ b/docs/doxygen/nel/class_NLAIAGENT__CIndexedVarName__CNameStruc.html @@ -0,0 +1,407 @@ + + + + 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  
+

NLAIAGENT::CIndexedVarName::CNameStruc Struct Reference

Structure for store string in a std::map. +More... +

+Collaboration diagram for NLAIAGENT::CIndexedVarName::CNameStruc:

Collaboration graph
+ + + + + + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 CNameStruc ()
 CNameStruc (CStringVarName *name,sint32 index)
const sint32inc ()
 add new reference. if Count is null we have to remove this structur from thje map. More...

const sint32dec ()
 dec one reference. if ref. More...

virtual void save (NLMISC::IStream &)
virtual void load (NLMISC::IStream &)

Public Attributes

sint32 Count
 Number of reference. More...

sint32 Index
 unique index for the string. More...

CStringVarNameName
 String stored in the map. More...

+

Detailed Description

+Structure for store string in a std::map. +

+ +

+ +

+Definition at line 268 of file agent_string.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CIndexedVarName::CNameStruc::CNameStruc ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 278 of file agent_string.h.

+

+ + + + +
+ + + + + + + + + + +
+NLAIAGENT::CIndexedVarName::CNameStruc::CNameStruc ( + +CStringVarName * name, +
+sint32 index ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 279 of file agent_string.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const sint32 & NLAIAGENT::CIndexedVarName::CNameStruc::dec ( + +) [inline] +
+
+ + + + + +
+   + + +

+dec one reference. if ref. +

+ +

+Definition at line 286 of file agent_string.h.

+

+ + + + +
+ + + + + + +
+const sint32 & NLAIAGENT::CIndexedVarName::CNameStruc::inc ( + +) [inline] +
+
+ + + + + +
+   + + +

+add new reference. if Count is null we have to remove this structur from thje map. +

+ +

+Definition at line 281 of file agent_string.h.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CIndexedVarName::CNameStruc::load ( + +NLMISC::IStream & ) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 299 of file agent_string.h.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CIndexedVarName::CNameStruc::save ( + +NLMISC::IStream & ) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 291 of file agent_string.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+sint32 NLAIAGENT::CIndexedVarName::CNameStruc::Count +
+
+ + + + + +
+   + + +

+Number of reference. +

+ +

+Definition at line 271 of file agent_string.h.

+

+ + + + +
+ + + + + +
+sint32 NLAIAGENT::CIndexedVarName::CNameStruc::Index +
+
+ + + + + +
+   + + +

+unique index for the string. +

+ +

+Definition at line 273 of file agent_string.h.

+

+ + + + +
+ + + + + +
+CStringVarName * NLAIAGENT::CIndexedVarName::CNameStruc::Name +
+
+ + + + + +
+   + + +

+String stored in the map. +

+ +

+Definition at line 275 of file agent_string.h.

+


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