Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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.


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