|
|
||||||
|
cfl_attributes.h
Go to the documentation of this file.
159 virtual void DoDWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
177 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
315 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
333 virtual void DoXWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
Runtime interface, registry for faudes-types and functions. Class TokenReader. Class TokenWriter. Runtime interface, faudes types. #define FAUDES_TYPE_DECLARATION(ftype, ctype, cbase) faudes type declaration macro Definition: cfl_types.h:867 bool TestNone(fType mask) const Test multible flags, combine by "not or". Definition: cfl_attributes.h:236 bool TestAll(fType mask) const Test multible flags, combine by "and". Definition: cfl_attributes.h:226 bool TestSome(fType mask) const Test multible flags, combine by "or". Definition: cfl_attributes.h:231 bool DoEqual(const AttributeVoid &rOther) const Test equality of configuration data. Definition: cfl_attributes.h:119 void DoAssign(const AttributeVoid &rSrcAttr) Assign attribute members. Definition: cfl_attributes.h:108 virtual void Clear(void) Synonym for SetDefault to match std interface. Definition: cfl_attributes.h:81 A TokenReader reads sequential tokens from a file or string. Definition: cfl_tokenreader.h:63 A TokenWriter writes sequential tokens to a file, a string or stdout. Definition: cfl_tokenwriter.h:51 Base class of all libFAUDES objects that participate in the run-time interface. Definition: cfl_types.h:239 libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |