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

NLAISCRIPT::CStringType Class Reference

Class CStringType. +More... +

+#include <lexsupport.h> +

+Inheritance diagram for NLAISCRIPT::CStringType

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NLAISCRIPT::CStringType:

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

Public Methods

 CStringType ()
 CStringType (const char *T)
 CStringType (std::string T)
bool operator< (const CStringType & a) const
 Need for the std::map. More...

bool operator> (const CStringType & a) const
+

Detailed Description

+Class CStringType. +

+Grammar is used in a dictionary stored in a std::map, this class define the comparison between two string. +

+

+Author(s):
+ Chafik sameh , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 62 of file lexsupport.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CStringType::CStringType ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file lexsupport.h.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CStringType::CStringType ( + +const char * T ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file lexsupport.h.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CStringType::CStringType ( + +std::string T ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file lexsupport.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+bool NLAISCRIPT::CStringType::operator< ( + +const CStringType & a ) const [inline] +
+
+ + + + + +
+   + + +

+Need for the std::map. +

+ +

+Definition at line 80 of file lexsupport.h.

+

+ + + + +
+ + + + + + +
+bool NLAISCRIPT::CStringType::operator> ( + +const CStringType & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 85 of file lexsupport.h.

+


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