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

Database for Ebeam parser. More...

#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>

Go to the source code of this file.

Classes

class  EbeamParser::IntegerArray
 bison does not support vector very well, so here create a dummy class for integer array. More...
 
class  EbeamParser::StringArray
 bison does not support vector very well, so here create a dummy class for string array. More...
 
struct  EbeamParser::Item
 Temporary data structures to hold parsed data. Base class for all temporary data structures. More...
 
struct  EbeamParser::EbeamBoundary
 describe ebeam boundary More...
 
struct  EbeamParser::ConfSite
 describe conflict sites More...
 
struct  EbeamParser::Macro
 describe conflict sites for each standard cell type More...
 
class  EbeamParser::EbeamDataBase
 Base class for ebeam 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...
 

Namespaces

 EbeamParser
 namespace for EbeamParser
 

Typedefs

typedef int EbeamParser::int32_t
 
typedef unsigned int EbeamParser::uint32_t
 
typedef long EbeamParser::int64_t
 

Detailed Description

Database for Ebeam parser.

Author
Yibo Lin
Date
Oct 2014

Definition in file EbeamDataBase.h.