|
Limbo 3.5.4
|
Custom class that inheritates EbeamParser::EbeamDataBase with all the required callbacks defined. More...
Public Member Functions | |
| EbeamDataBase () | |
| constructor | |
| virtual void | set_ebeam_unit (int token) |
| set database unit | |
| virtual void | set_ebeam_boundary (EbeamParser::EbeamBoundary const &) |
| set ebeam boundary | |
| virtual void | add_ebeam_macro (EbeamParser::Macro const &) |
| set ebeam macro | |
Custom class that inheritates EbeamParser::EbeamDataBase with all the required callbacks defined.
Definition at line 20 of file test_bison.cpp.
|
inline |
constructor
Definition at line 24 of file test_bison.cpp.
|
inlinevirtual |
set ebeam macro
Implements EbeamParser::EbeamDataBase.
Definition at line 40 of file test_bison.cpp.
|
inlinevirtual |
set ebeam boundary
Implements EbeamParser::EbeamDataBase.
Definition at line 35 of file test_bison.cpp.
|
inlinevirtual |
set database unit
| token | unit |
Implements EbeamParser::EbeamDataBase.
Definition at line 30 of file test_bison.cpp.