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

Public Member Functions

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

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

Detailed Description

cell port

Definition at line 154 of file GdfDataBase.h.

Member Enumeration Documentation

◆ PortTypeEnum

type of port

Definition at line 157 of file GdfDataBase.h.

Constructor & Destructor Documentation

◆ CellPort()

GdfParser::CellPort::CellPort ( )
inline

constructor

Definition at line 172 of file GdfDataBase.h.

Member Function Documentation

◆ print()

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.

◆ reset()

void GdfParser::CellPort::reset ( )
inline

reset all data memory

Definition at line 177 of file GdfDataBase.h.

◆ operator<<

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.

Member Data Documentation

◆ layer

string GdfParser::CellPort::layer

port layer

Definition at line 167 of file GdfDataBase.h.

◆ name

string GdfParser::CellPort::name

port name

Definition at line 166 of file GdfDataBase.h.

◆ point

Point GdfParser::CellPort::point

port position

Definition at line 168 of file GdfDataBase.h.

◆ portType

PortTypeEnum GdfParser::CellPort::portType

port type

Definition at line 169 of file GdfDataBase.h.


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