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

cell port More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::CellPort:
GdfParser::Item

Public Types

enum  PortTypeEnum {
  IN, OUT, INOUT, POWER,
  GROUND, UNKNOWN
}
 type of port
 

Public Member Functions

 CellPort ()
 constructor
 
void reset ()
 reset all data memory
 
virtual void print (ostream &ss) const
 print data members More...
 

Public Attributes

string name
 port name
 
string layer
 port layer
 
Point point
 port position
 
PortTypeEnum portType
 port type
 

Friends

ostream & operator<< (ostream &ss, CellPort::PortTypeEnum portType)
 print port type More...
 

Detailed Description

cell port

Definition at line 154 of file GdfDataBase.h.

Member Function Documentation

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

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 210 of file GdfDataBase.h.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  ss,
CellPort::PortTypeEnum  portType 
)
friend

print port type

Parameters
ssoutput stream
portTypeport type
Returns
output stream

Definition at line 188 of file GdfDataBase.h.


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