|
Go to the documentation of this file.
42 SymbolTable ColorSet::msSymbolTable;
45 void ColorSet::DoAssign(const ColorSet& rSourceSet) {
70 FD_DC( "ColorSet(" << this << ")::operator * (" << &rOtherSet << ")");
72 res. Assign( NameSet::operator * (rOtherSet) );
78 FD_DC( "ColorSet(" << this << ")::operator + (" << &rOtherSet << ")");
80 res. Assign( NameSet::operator + (rOtherSet) );
86 FD_DC( "ColorSet(" << this << ")::operator - (" << &rOtherSet << ")");
88 res. Assign( NameSet::operator - (rOtherSet) );
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|