Limbo 3.5.4
Loading...
Searching...
No Matches
GdfParser::GdfDataBase Class Referenceabstract

Base class for def database. Only pure virtual functions are defined.
User needs to inheritate this class and derive a custom database type with all callback functions defined. More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::GdfDataBase:
GdfDataBase

Public Member Functions

virtual void add_gdf_cell (Cell &)=0
 Add routing cell.
It is safe to directly swap the contents in the cell for efficiency.

Detailed Description

Base class for def database. Only pure virtual functions are defined.
User needs to inheritate this class and derive a custom database type with all callback functions defined.

Definition at line 456 of file GdfDataBase.h.

Member Function Documentation

◆ add_gdf_cell()

virtual void GdfParser::GdfDataBase::add_gdf_cell ( Cell & )
pure virtual

Add routing cell.
It is safe to directly swap the contents in the cell for efficiency.

Implemented in GdfDataBase.


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