|
Limbo
|
cell port More...
#include <GdfDataBase.h>
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... | |
cell port
Definition at line 154 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 210 of file GdfDataBase.h.
|
friend |
print port type
| ss | output stream |
| portType | port type |
Definition at line 188 of file GdfDataBase.h.
1.8.8