Limbo 3.5.4
Loading...
Searching...
No Matches
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 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

Detailed Description

text

Definition at line 318 of file GdfDataBase.h.

Member Enumeration Documentation

◆ TextTypeEnum

type of text

Definition at line 321 of file GdfDataBase.h.

Constructor & Destructor Documentation

◆ Text()

GdfParser::Text::Text ( )
inline

constructor

Definition at line 340 of file GdfDataBase.h.

Member Function Documentation

◆ print()

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.

◆ reset()

void GdfParser::Text::reset ( )
inline

reset all data members

Definition at line 345 of file GdfDataBase.h.

Member Data Documentation

◆ content

std::string GdfParser::Text::content

content of text

Definition at line 337 of file GdfDataBase.h.

◆ name

std::string GdfParser::Text::name

more information for textType

Definition at line 336 of file GdfDataBase.h.

◆ textType

TextTypeEnum GdfParser::Text::textType

test type

Definition at line 335 of file GdfDataBase.h.


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