|
|
||||||
|
cfl_attributes.h
Go to the documentation of this file.
163 virtual void DoDWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
181 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
323 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
341 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:244 bool TestAll(fType mask) const Test multible flags, combine by "and". Definition: cfl_attributes.h:234 bool TestSome(fType mask) const Test multible flags, combine by "or". Definition: cfl_attributes.h:239 bool DoEqual(const AttributeVoid &rOther) const Test equality of configuration data. Definition: cfl_attributes.h:123 void DoAssign(const AttributeVoid &rSrcAttr) Assign attribute members. Definition: cfl_attributes.h:112 virtual void Clear(void) Synonym for SetDefault to match std interface. Definition: cfl_attributes.h:85 A TokenReader reads sequential tokens from a file or string. Definition: cfl_tokenreader.h:64 A TokenWriter writes sequential tokens to a file, a string or stdout. Definition: cfl_tokenwriter.h:52 Base class of all libFAUDES objects that participate in the run-time interface. Definition: cfl_types.h:239 libFAUDES 2.32f --- 2024.12.22 --- c++ api documentaion by doxygen |