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

NLLIGO::CPropertyString Class Reference

#include <primitive.h> +

+

Inheritance diagram for NLLIGO::CPropertyString: +

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

Public Member Functions

 CPropertyString (const char *str, bool _default)
 CPropertyString (const char *str)
 CPropertyString ()
virtual void foo () const
virtual ~CPropertyString ()

Data Fields

bool Default
std::string String
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLLIGO::CPropertyString::CPropertyString  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+

00084 {};
+
+

+ + + + +
+ + + + + + + + + + +
NLLIGO::CPropertyString::CPropertyString const char *  str  ) 
+
+ + + + + +
+   + + +

+ +

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

+

00201 {
+00202         String = str;
+00203 }
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLLIGO::CPropertyString::CPropertyString const char *  str,
bool  _default
+
+ + + + + +
+   + + +

+ +

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

+

00208 {
+00209         String = str;
+00210         Default = _default;
+00211 }
+
+

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

+ +

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

+

00087 {};
+
+


Member Function Documentation

+

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

+ +

+Implements NLLIGO::IProperty. +

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

+

00091 {};
+
+


Field Documentation

+

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

+ +

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

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

+

+ + + + +
+ + +
std::string NLLIGO::CPropertyString::String +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLLIGO::CPrimitives::convertAddPrimitive(), NLLIGO::CPrimitives::convertPrimitive(), 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:52 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1