From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLGEORGES_1_1CFormBodyEltAtom.html | 566 +++++++++++++++++++++ 1 file changed, 566 insertions(+) create mode 100644 docs/doxygen/nel/classNLGEORGES_1_1CFormBodyEltAtom.html (limited to 'docs/doxygen/nel/classNLGEORGES_1_1CFormBodyEltAtom.html') diff --git a/docs/doxygen/nel/classNLGEORGES_1_1CFormBodyEltAtom.html b/docs/doxygen/nel/classNLGEORGES_1_1CFormBodyEltAtom.html new file mode 100644 index 00000000..1cbceae6 --- /dev/null +++ b/docs/doxygen/nel/classNLGEORGES_1_1CFormBodyEltAtom.html @@ -0,0 +1,566 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLGEORGES::CFormBodyEltAtom Class Reference

#include <form_body_elt_atom.h> +

+

Inheritance diagram for NLGEORGES::CFormBodyEltAtom: +

+ +NLGEORGES::CFormBodyElt +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 NLMISC_DECLARE_CLASS (CFormBodyEltAtom)
 CFormBodyEltAtom ()
 CFormBodyEltAtom (const CFormBodyEltAtom &_fbea)
virtual ~CFormBodyEltAtom ()
virtual void serial (NLMISC::IStream &s)
virtual CFormBodyEltoperator= (const CFormBodyElt &_fbe)
virtual CFormBodyEltoperator+= (const CFormBodyElt &_fbe)
virtual CFormBodyEltoperator-= (const CFormBodyElt &_fbe)
virtual bool operator== (const CFormBodyElt &_fbe) const
virtual CFormBodyEltClone () const
virtual bool Empty () const
virtual CStringEx GetValue () const
void SetValue (const CStringEx _sxvalue)

Protected Attributes

CStringEx sxvalue
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLGEORGES::CFormBodyEltAtom::CFormBodyEltAtom  
+
+ + + + + +
+   + + +

+ +

+Definition at line 36 of file form_body_elt_atom.cpp. +

+Referenced by Clone, operator+=, operator-=, operator=, and operator==.

+

+ + + + +
+ + + + + + + + + + +
NLGEORGES::CFormBodyEltAtom::CFormBodyEltAtom const CFormBodyEltAtom &   _fbea
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file form_body_elt_atom.cpp. +

+References NLGEORGES::CFormBodyElt::sxname, and sxvalue.

+

+ + + + +
+ + + + + + + + + +
NLGEORGES::CFormBodyEltAtom::~CFormBodyEltAtom   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file form_body_elt_atom.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
CFormBodyElt * NLGEORGES::CFormBodyEltAtom::Clone   const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 95 of file form_body_elt_atom.cpp. +

+References CFormBodyEltAtom.

+

+ + + + +
+ + + + + + + + + +
bool NLGEORGES::CFormBodyEltAtom::Empty   const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 100 of file form_body_elt_atom.cpp. +

+References sxvalue.

+

+ + + + +
+ + + + + + + + + +
CStringEx NLGEORGES::CFormBodyEltAtom::GetValue   const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 105 of file form_body_elt_atom.cpp.

+

+ + + + +
+ + + + + + + + + + +
NLGEORGES::CFormBodyEltAtom::NLMISC_DECLARE_CLASS CFormBodyEltAtom  
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt.

+

+ + + + +
+ + + + + + + + + + +
CFormBodyElt & NLGEORGES::CFormBodyEltAtom::operator+= const CFormBodyElt  _fbe [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 71 of file form_body_elt_atom.cpp. +

+References CFormBodyEltAtom, nlassert, and sxvalue.

+

+ + + + +
+ + + + + + + + + + +
CFormBodyElt & NLGEORGES::CFormBodyEltAtom::operator-= const CFormBodyElt  _fbe [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 79 of file form_body_elt_atom.cpp. +

+References CFormBodyEltAtom, nlassert, and sxvalue.

+

+ + + + +
+ + + + + + + + + + +
CFormBodyElt & NLGEORGES::CFormBodyEltAtom::operator= const CFormBodyElt  _fbe [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 62 of file form_body_elt_atom.cpp. +

+References CFormBodyEltAtom, nlassert, NLGEORGES::CFormBodyElt::sxname, and sxvalue.

+

+ + + + +
+ + + + + + + + + + +
bool NLGEORGES::CFormBodyEltAtom::operator== const CFormBodyElt  _fbe const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 88 of file form_body_elt_atom.cpp. +

+References CFormBodyEltAtom, nlassert, and sxvalue.

+

+ + + + +
+ + + + + + + + + + +
void NLGEORGES::CFormBodyEltAtom::serial NLMISC::IStream  s [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLGEORGES::CFormBodyElt. +

+Definition at line 50 of file form_body_elt_atom.cpp. +

+References s, NLMISC::IStream::serial, NLGEORGES::CFormBodyElt::sxname, sxvalue, NLMISC::IStream::xmlPop, NLMISC::IStream::xmlPushBegin, NLMISC::IStream::xmlPushEnd, and NLMISC::IStream::xmlSetAttrib.

+

+ + + + +
+ + + + + + + + + + +
void NLGEORGES::CFormBodyEltAtom::SetValue const CStringEx   _sxvalue
+
+ + + + + +
+   + + +

+ +

+Definition at line 110 of file form_body_elt_atom.cpp. +

+References sxvalue.

+


Member Data Documentation

+

+ + + + +
+ + +
CStringEx NLGEORGES::CFormBodyEltAtom::sxvalue [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 42 of file form_body_elt_atom.h. +

+Referenced by CFormBodyEltAtom, Empty, operator+=, operator-=, operator=, operator==, serial, and SetValue.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1