Limbo 3.5.4
Loading...
Searching...
No Matches
GdfParser::CellInstance Struct Reference

cell instance More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::CellInstance:
GdfParser::Item

Public Member Functions

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

Public Attributes

std::string name
 instance name
std::string cellType
 standard cell type
Point position
 instance position
int32_t orient
 instance orientation

Detailed Description

cell instance

Definition at line 221 of file GdfDataBase.h.

Member Function Documentation

◆ print()

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

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 238 of file GdfDataBase.h.

◆ reset()

void GdfParser::CellInstance::reset ( )
inline

reset all data members

Definition at line 229 of file GdfDataBase.h.

Member Data Documentation

◆ cellType

std::string GdfParser::CellInstance::cellType

standard cell type

Definition at line 224 of file GdfDataBase.h.

◆ name

std::string GdfParser::CellInstance::name

instance name

Definition at line 223 of file GdfDataBase.h.

◆ orient

int32_t GdfParser::CellInstance::orient

instance orientation

Definition at line 226 of file GdfDataBase.h.

◆ position

Point GdfParser::CellInstance::position

instance position

Definition at line 225 of file GdfDataBase.h.


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