Limbo 3.5.4
Loading...
Searching...
No Matches
DefParser::Row Struct Reference

placement row More...

#include <DefDataBase.h>

Inheritance diagram for DefParser::Row:
DefParser::Item

Public Member Functions

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

Public Attributes

string row_name
 row name
string macro_name
 macro name of row
int32_t origin [2]
 x, y of origin
string orient
 orientation
int32_t repeat [2]
 do x by y
int32_t step [2]

Detailed Description

placement row

Definition at line 70 of file DefDataBase.h.

Member Function Documentation

◆ print()

virtual void DefParser::Row::print ( ostringstream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from DefParser::Item.

Definition at line 88 of file DefDataBase.h.

◆ reset()

void DefParser::Row::reset ( )
inline

reset all data members

Definition at line 79 of file DefDataBase.h.

Member Data Documentation

◆ macro_name

string DefParser::Row::macro_name

macro name of row

Definition at line 73 of file DefDataBase.h.

◆ orient

string DefParser::Row::orient

orientation

Definition at line 75 of file DefDataBase.h.

◆ origin

int32_t DefParser::Row::origin[2]

x, y of origin

Definition at line 74 of file DefDataBase.h.

◆ repeat

int32_t DefParser::Row::repeat[2]

do x by y

Definition at line 76 of file DefDataBase.h.

◆ row_name

string DefParser::Row::row_name

row name

Definition at line 72 of file DefDataBase.h.

◆ step

int32_t DefParser::Row::step[2]

x, y

Definition at line 77 of file DefDataBase.h.


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