cfl_attributes.h
Go to the documentation of this file.
156 virtual void DoDWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
174 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
312 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="",const Type* pContext=0) const;
330 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:233 bool TestAll(fType mask) const Test multible flags, combine by "and". Definition: cfl_attributes.h:223 bool TestSome(fType mask) const Test multible flags, combine by "or". Definition: cfl_attributes.h:228 bool DoEqual(const AttributeVoid &rOther) const Test equality of configuration data. Definition: cfl_attributes.h:116 void DoAssign(const AttributeVoid &rSrcAttr) Assign attribute members. Definition: cfl_attributes.h:105 virtual void Clear(void) Synonym for SetDefault to match std interface. Definition: cfl_attributes.h:78 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.31h --- 2024.01.29 --- c++ api documentaion by doxygen |