Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
test_adapt.cpp File Reference

test lef parser, see LefParser::Driver and LefParser::LefDataBase More...

#include <iostream>
#include <fstream>
#include <string>
#include <limbo/parsers/lef/adapt/LefDriver.h>

Go to the source code of this file.

Classes

class  LefDataBase
 Custom class that inheritates LefParser::LefDataBase with all the required callbacks defined. This is an recommended API for LefParser, which also matches to potential bison version in the future. Actually spirit version of parser is based on template, so user does not necessarily need to inherit LefDataBase. More...
 

Functions

void test1 (std::string const &filename)
 test 1: use function wrapper LefParser::read
 
int main (int argc, char **argv)
 main function More...
 

Detailed Description

test lef parser, see LefParser::Driver and LefParser::LefDataBase

Author
Yibo Lin
Date
Dec 2014

Definition in file test_adapt.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

main function

Parameters
argcnumber of arguments
argvvalues of arguments
Returns
0

Definition at line 155 of file test_adapt.cpp.