faudes::Boolean Class ReferenceElementary type. More...
Detailed DescriptionElementary type. Definition at line 390 of file cfl_elementary.h. Constructor & Destructor Documentation
Constructor. Definition at line 209 of file cfl_elementary.cpp.
Constructor provided with initial value.
Definition at line 214 of file cfl_elementary.cpp.
Destructor. Definition at line 405 of file cfl_elementary.h. Member Function DocumentationCast the other object to Boolean. Returns NULL if the cast is not possible.
Reimplemented from faudes::Type. Definition at line 229 of file cfl_elementary.cpp.
Construct copy on heap. Create new Boolean instance and return pointer.
Reimplemented from faudes::Type. Definition at line 224 of file cfl_elementary.cpp.
Read data from TokenReader. NOTE: 0 = false 1 = true
Reimplemented from faudes::Type. Definition at line 266 of file cfl_elementary.cpp.
Write data to Tokenwriter. NOTE: 0 = false 1 = true
Reimplemented from faudes::Type. Definition at line 249 of file cfl_elementary.cpp.
Construct on heap. Create new Boolean instance and return pointer. NOTE: Calling function takes control.
Reimplemented from faudes::Type. Definition at line 219 of file cfl_elementary.cpp.
Conversion to C++ type bool. Definition at line 485 of file cfl_elementary.h. Assignment operator. Definition at line 476 of file cfl_elementary.h.
Assignment operator. Definition at line 468 of file cfl_elementary.h. Member Data Documentation
Variable to store current value. Definition at line 529 of file cfl_elementary.h. The documentation for this class was generated from the following files: libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen |