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/a03133.html | 284 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 docs/doxygen/nel/a03133.html (limited to 'docs/doxygen/nel/a03133.html') diff --git a/docs/doxygen/nel/a03133.html b/docs/doxygen/nel/a03133.html new file mode 100644 index 00000000..4258f849 --- /dev/null +++ b/docs/doxygen/nel/a03133.html @@ -0,0 +1,284 @@ + + +NeL: NLLIGO::CPropertyStringArray class Reference + + + +
+

NLLIGO::CPropertyStringArray Class Reference

#include <primitive.h> +

+

Inheritance diagram for NLLIGO::CPropertyStringArray: +

+ +NLLIGO::IProperty + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CPropertyStringArray (const std::vector< std::string > &stringArray, bool _default)
 CPropertyStringArray (const std::vector< std::string > &stringArray)
 CPropertyStringArray ()
virtual void foo () const
virtual ~CPropertyStringArray ()

Data Fields

bool Default
std::vector< std::string > StringArray
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLLIGO::CPropertyStringArray::CPropertyStringArray  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 103 of file primitive.h. +

+

00103 {};
+
+

+ + + + +
+ + + + + + + + + +
virtual NLLIGO::CPropertyStringArray::~CPropertyStringArray  )  [inline, virtual]
+
+ + + + + +
+   + + +

+ +

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

+

00104 {}
+
+

+ + + + +
+ + + + + + + + + + +
NLLIGO::CPropertyStringArray::CPropertyStringArray const std::vector< std::string > &  stringArray  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 217 of file primitive.cpp. +

+References StringArray. +

+

00218 {
+00219         StringArray = stringArray;
+00220 }
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLLIGO::CPropertyStringArray::CPropertyStringArray const std::vector< std::string > &  stringArray,
bool  _default
+
+ + + + + +
+   + + +

+ +

+Definition at line 224 of file primitive.cpp. +

+References StringArray. +

+

00225 {
+00226         StringArray = stringArray;
+00227         Default = _default;
+00228 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual void NLLIGO::CPropertyStringArray::foo  )  const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLLIGO::IProperty. +

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

+

00110 {};
+
+


Field Documentation

+

+ + + + +
+ + +
bool NLLIGO::IProperty::Default [inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file primitive.h. +

+Referenced by NLLIGO::IPrimitive::read().

+

+ + + + +
+ + +
std::vector<std::string> NLLIGO::CPropertyStringArray::StringArray +
+
+ + + + + +
+   + + +

+ +

+Definition at line 107 of file primitive.h. +

+Referenced by CPropertyStringArray(), NLLIGO::IPrimitive::getPropertyByName(), NLLIGO::IPrimitive::read(), NLLIGO::CPrimitiveClass::CParameter::translateAutoname(), and NLLIGO::IPrimitive::write().

+


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