|
|
||||||
|
cfl_elementary.cpp
Go to the documentation of this file.
#define FD_DRTI(message) Debug: optional on function and type definition. Definition: cfl_definitions.h:160 Runtime interface, elementary types. virtual const Boolean * Cast(const Type *pOther) const Cast the other object to Boolean. Definition: cfl_elementary.cpp:238 void DoRead(TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) Read data from TokenReader. Definition: cfl_elementary.cpp:275 void DoWrite(TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const Write data to Tokenwriter. Definition: cfl_elementary.cpp:258 void DoRead(TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) Read data from TokenReader. Definition: cfl_elementary.cpp:89 void DoWrite(TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const Reimplementation of faudes::Type::DoWrite() Write data to Tokenwriter. Definition: cfl_elementary.cpp:75 virtual const Integer * Cast(const Type *pOther) const Cast the other object to Integer. Definition: cfl_elementary.cpp:59 void DoRead(TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) Read data from TokenReader. Definition: cfl_elementary.cpp:193 void DoWrite(TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const Write data to Tokenwriter. Definition: cfl_elementary.cpp:169 virtual const String * Cast(const Type *pOther) const Cast the other object to String. Definition: cfl_elementary.cpp:149 A TokenReader reads sequential tokens from a file or string. Definition: cfl_tokenreader.h:63 void ReadVerbatim(const std::string &rLabel, std::string &rText) Read verbatim text. Definition: cfl_tokenreader.cpp:568 void ReadEnd(const std::string &rLabel) Close the current section by matching the previous ReadBegin(). Definition: cfl_tokenreader.cpp:364 void ReadBegin(const std::string &rLabel) Open a section by specified label. Definition: cfl_tokenreader.cpp:249 A TokenWriter writes sequential tokens to a file, a string or stdout. Definition: cfl_tokenwriter.h:51 void WriteVerbatim(Token &rBeginTag, const std::string &rText) Write verbatim text section. Definition: cfl_tokenwriter.cpp:356 void InsAttributeString(const std::string &name, const std::string &value) Insert named attribute with string value. Definition: cfl_token.cpp:309 Base class of all libFAUDES objects that participate in the run-time interface. Definition: cfl_types.h:239 long int IntegerSum(const Integer &arg1, const Integer &arg2) Definition: cfl_elementary.cpp:102 long int Int Type definition for integer type (let target system decide, minimum 32bit) Definition: cfl_definitions.h:47 libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |