Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Static Public Member Functions | List of all members
TfParser Class Reference

Tf parser for technology file. More...

#include <TfParser.h>

Classes

struct  SkipperGrammar
 grammar of skipper More...
 
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...
 

Static Public Member Functions

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

Detailed Description

Tf parser for technology file.

Developed with Boost.Spirit

Definition at line 52 of file TfParser.h.

Member Function Documentation

template<typename DataBaseType >
static 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: