Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
GdfParser::Text Struct Reference

text More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::Text:
GdfParser::Item

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
 

Detailed Description

text

Definition at line 318 of file GdfDataBase.h.

Member Function Documentation

virtual void GdfParser::Text::print ( ostream &  ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 352 of file GdfDataBase.h.


The documentation for this struct was generated from the following file: