|
Limbo 3.5.4
|
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 More... | |
Public Member Functions | |
| Text () | |
| constructor | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostream &ss) const |
| print data members | |
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.
type of text
Definition at line 321 of file GdfDataBase.h.
|
inline |
constructor
Definition at line 340 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 352 of file GdfDataBase.h.
|
inline |
reset all data members
Definition at line 345 of file GdfDataBase.h.
| std::string GdfParser::Text::content |
content of text
Definition at line 337 of file GdfDataBase.h.
| std::string GdfParser::Text::name |
more information for textType
Definition at line 336 of file GdfDataBase.h.
| TextTypeEnum GdfParser::Text::textType |
test type
Definition at line 335 of file GdfDataBase.h.