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/a03110.html | 166 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 docs/doxygen/nel/a03110.html (limited to 'docs/doxygen/nel/a03110.html') diff --git a/docs/doxygen/nel/a03110.html b/docs/doxygen/nel/a03110.html new file mode 100644 index 00000000..3197f9f7 --- /dev/null +++ b/docs/doxygen/nel/a03110.html @@ -0,0 +1,166 @@ + + +NeL: NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue class Reference + + + +
+

NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue Class Reference

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

Public Member Functions

bool operator< (const CDefaultValue &other) const
bool operator== (const CDefaultValue &other) const

Data Fields

bool GenID
std::string Name
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::operator< const CDefaultValue other  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 110 of file primitive_class.h. +

+References GenID, and Name. +

+

00111                         {
+00112                                 if (Name < other.Name) 
+00113                                         return true;
+00114                                 else if (Name == other.Name)
+00115                                 {
+00116                                         return (GenID < other.GenID);
+00117                                 }
+00118                                 else
+00119                                         return false;
+00120                         }
+
+

+ + + + +
+ + + + + + + + + + +
bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::operator== const CDefaultValue other  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 106 of file primitive_class.h. +

+References GenID, and Name. +

+

00107                         {
+00108                                 return (Name == other.Name) && (GenID == other.GenID);
+00109                         }
+
+


Field Documentation

+

+ + + + +
+ + +
bool NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::GenID +
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file primitive_class.h. +

+Referenced by operator<(), and operator==().

+

+ + + + +
+ + +
std::string NLLIGO::CPrimitiveClass::CInitParameters::CDefaultValue::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 104 of file primitive_class.h. +

+Referenced by operator<(), and operator==().

+


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