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/a03112.html | 133 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 docs/doxygen/nel/a03112.html (limited to 'docs/doxygen/nel/a03112.html') diff --git a/docs/doxygen/nel/a03112.html b/docs/doxygen/nel/a03112.html new file mode 100644 index 00000000..9611dc90 --- /dev/null +++ b/docs/doxygen/nel/a03112.html @@ -0,0 +1,133 @@ + + +NeL: NLLIGO::CPrimitiveClass::CParameter::CConstStringValue class Reference + + + +
+

NLLIGO::CPrimitiveClass::CParameter::CConstStringValue Class Reference

#include <primitive_class.h> +

+ + + + + + + + + + +

Public Member Functions

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

Data Fields

std::vector< std::string > Values
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool CPrimitiveClass::CParameter::CConstStringValue::operator< const CConstStringValue other  )  const
+
+ + + + + +
+   + + +

+ +

+Definition at line 592 of file primitive_class.cpp. +

+References Values. +

+

00593 {
+00594         return Values < other.Values;
+00595 }
+
+

+ + + + +
+ + + + + + + + + + +
bool CPrimitiveClass::CParameter::CConstStringValue::operator== const CConstStringValue other  )  const
+
+ + + + + +
+   + + +

+ +

+Definition at line 585 of file primitive_class.cpp. +

+References Values. +

+

00586 {
+00587         return Values == other.Values;
+00588 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::vector<std::string> NLLIGO::CPrimitiveClass::CParameter::CConstStringValue::Values +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by operator<(), operator==(), and NLLIGO::CPrimitiveClass::read().

+


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