|
|
||||||
|
mtc_attributes.cpp
Go to the documentation of this file.
55 void AttributeColoredState::DoWrite(TokenWriter& rTw, const std::string& rLabel, const Type* pContext) const {
60 void AttributeColoredState::DoXWrite(TokenWriter& rTw, const std::string& rLabel, const Type* pContext) const {
66 void AttributeColoredState::DoRead(TokenReader& rTr,const std::string& rLabel, const Type* pContext) {
#define FD_DC(message) Debug: optional report on container operations. Definition: cfl_definitions.h:153 #define FAUDES_TYPE_IMPLEMENTATION(ftype, ctype, cbase) faudes type implementation macros, overall Definition: cfl_types.h:946 State attributes for multitasking automata. Definition: mtc_attributes.h:41 NameSet::Iterator ColorsEnd() const Iterator for last entry in mColors. Definition: mtc_attributes.cpp:81 virtual void DoRead(TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) Read attributes from tokenreader. Definition: mtc_attributes.cpp:66 void ColorSymTab(SymbolTable *pSymTab) Set pointer to color symbol table. Definition: mtc_attributes.cpp:86 virtual void DoXWrite(TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const Write attributes to tokenwriter. Definition: mtc_attributes.cpp:60 SymbolTable * ColorSymTabp(void) const Get pointer to color symbol table. Definition: mtc_attributes.cpp:91 virtual void DoWrite(TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const Write attributes to tokenwriter. Definition: mtc_attributes.cpp:55 NameSet::Iterator ColorsBegin() const Iterator for first entry in mColors. Definition: mtc_attributes.cpp:76 virtual bool DoEqual(const AttributeColoredState &rOther) const Test equality of configuration data. Definition: mtc_attributes.cpp:43 bool DoEqual(const AttributeFlags &rOther) const Test equality of configuration data. Definition: cfl_attributes.cpp:121 void ColorSymbolTablep(SymbolTable *pSymTab) Reset pointer mpSymbolTable. Definition: mtc_colorset.cpp:64 A SymbolTable associates sybolic names with indices. Definition: cfl_symboltable.h:61 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 void Read(const std::string &rFileName, const std::string &rLabel="", const Type *pContext=0) Read configuration data from file with label specified. Definition: cfl_types.cpp:261 virtual void XWrite(const std::string &pFileName, const std::string &rLabel="", const Type *pContext=0) const Write configuration data to an XML file. Definition: cfl_types.cpp:200 void Write(const Type *pContext=0) const Write configuration data to console. Definition: cfl_types.cpp:139 Color attributes for states. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |