faudes::String Class ReferenceElementary type. More...
Detailed DescriptionElementary type. Definition at line 239 of file cfl_elementary.h. Constructor & Destructor Documentation
Constructor. Definition at line 128 of file cfl_elementary.cpp.
Constructor provided with initial value.
Definition at line 133 of file cfl_elementary.cpp.
Destructor. Definition at line 254 of file cfl_elementary.h. Member Function DocumentationCast the other object to String. Returns NULL if the cast is not possible.
Reimplemented from faudes::Type. Definition at line 148 of file cfl_elementary.cpp.
Construct copy on heap. Create new String instance and return pointer.
Reimplemented from faudes::Type. Definition at line 143 of file cfl_elementary.cpp.
Get value.
Definition at line 153 of file cfl_elementary.cpp.
Set value.
Definition at line 158 of file cfl_elementary.cpp.
Read data from TokenReader.
Reimplemented from faudes::Type. Definition at line 183 of file cfl_elementary.cpp.
Write data to Tokenwriter.
Reimplemented from faudes::Type. Definition at line 168 of file cfl_elementary.cpp.
Construct on heap. Create new String instance and return pointer. NOTE: Calling function takes control.
Reimplemented from faudes::Type. Definition at line 138 of file cfl_elementary.cpp.
Conversion to std::string. Definition at line 333 of file cfl_elementary.h.
Definition at line 325 of file cfl_elementary.h. Assignment operator. Definition at line 317 of file cfl_elementary.h. Member Data Documentation
Variable to store current value. Definition at line 370 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 |