Limbo 3.5.4
Loading...
Searching...
No Matches
TfParser Class Reference

Tf parser for technology file. More...

#include <TfParser.h>

Classes

class  TfDataBase
 Base class for tf 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...
struct  TfGrammar
 define grammar More...
struct  SkipperGrammar
 grammar of skipper More...

Static Public Member Functions

template<typename DataBaseType>
static bool read (DataBaseType &db, const string &tfFile)
 API to read tf file.

Detailed Description

Tf parser for technology file.

Developed with Boost.Spirit

Definition at line 52 of file TfParser.h.

Member Function Documentation

◆ read()

template<typename DataBaseType>
bool TfParser::read ( DataBaseType & db,
const string & tfFile )
inlinestatic

API to read tf file.

Parameters
dbdatabase
tfFiletf file

Definition at line 199 of file TfParser.h.


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