|
Go to the documentation of this file.
26 #ifndef FAUDES_SYMBOLSET_H
27 #define FAUDES_SYMBOLSET_H
99 SymbolSet( const std::string& rFilename, const std::string& rLabel = "SymbolSet");
113 bool Valid( const std::string& symbol) const;
128 bool Insert( const std::string& symbol);
148 std::string Str( const std::string& symbol) const { return symbol; };
177 void DoWrite( TokenWriter& tw, const std::string& rLabel= "", const Type* pContext=0) const;
193 void DoRead( TokenReader& rTr, const std::string& rLabel = "", const Type* pContext=0);
libFAUDES 2.28a
--- 2016.09.13
--- c++ api documentaion by doxygen
|