|
|
Go to the documentation of this file.
27#ifndef FAUDES_MTCCOLORSET_H
28#define FAUDES_MTCCOLORSET_H
30#include "corefaudes.h"
51 mpSymbolTable= &msSymbolTable; NameSet::Name( "Colors");
52 FD_DC( "ColorSet("<< this<< ")::ColorSet() with colorsymtab "<< SymbolTablep());
59 mpSymbolTable= pSymTab; NameSet::Name( "Colors");
60 FD_DC( "ColorSet("<< this<< ")::ColorSet() with colorsymtab "<< SymbolTablep());
68 FD_DC( "ColorSet("<< this<< ")::ColorSet(rSourceSetr) with colorsymtab "<< SymbolTablep());
81 ColorSet( const std::string& rFilename, const std::string& rLabel = "Colors") : NameSet()
82 { mpSymbolTable= &msSymbolTable; NameSet::Read(rFilename,rLabel);};
129 bool operator <= ( const ColorSet& rOtherSet) const;
133 bool operator >= ( const ColorSet& rOtherSet) const;
146 virtual void DoAssign( const ColorSet& rSourceSet);
#define FAUDES_TYPE_DECLARATION(ftype, ctype, cbase)
ColorSet(const std::string &rFilename, const std::string &rLabel="Colors")
ColorSet(SymbolTable *pSymTab)
ColorSet(const ColorSet &rSourceSet)
static SymbolTable msSymbolTable
libFAUDES 2.33k
--- 2025.09.16
--- c++ api documentaion by doxygen
|