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

the whole routing layout is describe by a cell More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::Cell:
GdfParser::Item

Public Member Functions

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

Public Attributes

std::string name
 name
 
std::vector< CellPortvCellPort
 array of ports
 
std::vector< PathvPath
 array of paths
 
std::vector< CellInstancevCellInstance
 array of instances
 
std::vector< NetvNet
 interconnections
 
std::vector< TextvText
 texts
 

Detailed Description

the whole routing layout is describe by a cell

Definition at line 407 of file GdfDataBase.h.

Member Function Documentation

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

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 433 of file GdfDataBase.h.


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