|
Limbo 3.5.4
|
cell port More...
#include <GdfDataBase.h>
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 | |
cell port
Definition at line 154 of file GdfDataBase.h.
type of port
Definition at line 157 of file GdfDataBase.h.
|
inline |
constructor
Definition at line 172 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 210 of file GdfDataBase.h.
|
inline |
reset all data memory
Definition at line 177 of file GdfDataBase.h.
|
friend |
print port type
| ss | output stream |
| portType | port type |
Definition at line 188 of file GdfDataBase.h.
| string GdfParser::CellPort::layer |
port layer
Definition at line 167 of file GdfDataBase.h.
| string GdfParser::CellPort::name |
port name
Definition at line 166 of file GdfDataBase.h.
| Point GdfParser::CellPort::point |
port position
Definition at line 168 of file GdfDataBase.h.
| PortTypeEnum GdfParser::CellPort::portType |
port type
Definition at line 169 of file GdfDataBase.h.