|
Limbo
|
text More...
#include <GdfDataBase.h>
Public Types | |
| enum | TextTypeEnum { NUMBER_OF_LAYERS, WIRE_SPACINGS, VIA_SPACINGS, WIRE_WIDTHS, VIA_WIDTHS, VERTICAL_WIRE_COSTS, HORIZONTAL_WIRE_COSTS, VIA_COSTS, STRING, UNKNOWN } |
| type of text | |
Public Member Functions | |
| Text () | |
| constructor | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostream &ss) const |
| print data members More... | |
Public Attributes | |
| TextTypeEnum | textType |
| test type | |
| std::string | name |
| more information for textType | |
| std::string | content |
| content of text | |
text
Definition at line 318 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 352 of file GdfDataBase.h.
1.8.8