From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02143.html | 210 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 docs/doxygen/nel/a02143.html (limited to 'docs/doxygen/nel/a02143.html') diff --git a/docs/doxygen/nel/a02143.html b/docs/doxygen/nel/a02143.html new file mode 100644 index 00000000..14bb3ce7 --- /dev/null +++ b/docs/doxygen/nel/a02143.html @@ -0,0 +1,210 @@ + + +NeL: NLAISCRIPT::BaseDico struct Reference + + + +
+

NLAISCRIPT::BaseDico Struct Reference

+ + + + + + + + + + + + + +

Public Member Functions

 BaseDico (CStringType S, int Id=IDENT)
int operator< (const BaseDico &a) const
int operator> (const BaseDico &a) const

Data Fields

int Ident
CStringType IdentName
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAISCRIPT::BaseDico::BaseDico CStringType  S,
int  Id = IDENT
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 42 of file lexsupport.cpp. +

+References Ident, and IdentName. +

+

00043                         {
+00044                                 Ident = Id;
+00045                                 IdentName = S;                                                  
+00046                         }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
int NLAISCRIPT::BaseDico::operator< const BaseDico a  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file lexsupport.cpp. +

+References IdentName. +

+

00048                         {
+00049                                 return IdentName.compare(a.IdentName) < 0;
+00050                         }
+
+

+ + + + +
+ + + + + + + + + + +
int NLAISCRIPT::BaseDico::operator> const BaseDico a  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file lexsupport.cpp. +

+References IdentName. +

+

00053                         {
+00054                                 return IdentName.compare(a.IdentName) > 0;
+00055                         }
+
+


Field Documentation

+

+ + + + +
+ + +
int NLAISCRIPT::BaseDico::Ident +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file lexsupport.cpp. +

+Referenced by BaseDico().

+

+ + + + +
+ + +
CStringType NLAISCRIPT::BaseDico::IdentName +
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file lexsupport.cpp. +

+Referenced by BaseDico(), operator<(), and operator>().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 11:12:05 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1