|
Limbo
|
define grammar More...
#include <TfParser.h>
Public Member Functions | |
| TfGrammar (DataBaseType &db, ErrorHandler< Iterator > &error_handler) | |
| constructor More... | |
| void | layer_id_cbk (string const &s1, int32_t const &d2, string const &s3) |
| callback of layer id More... | |
Public Attributes | |
| qi::rule< Iterator, Skipper > | expression |
| expression | |
| qi::rule< Iterator, Skipper > | block_defn |
| layer definitions | |
| qi::rule< Iterator, Skipper > | block_layer_id |
| layer id | |
| qi::rule< Iterator, Skipper > | block_layer_purpose |
| layer purpose | |
| qi::rule< Iterator, Skipper > | block_display |
| technology display | |
|
qi::rule< Iterator, string(), Skipper > | text |
| text | |
|
qi::rule< Iterator, string(), Skipper > | text_nc |
| no constraints | |
| DataBaseType & | m_db |
| reference to database | |
define grammar
| Iterator | iterator of text |
| Skipper | skip some contens |
| DataBaseType | database to store the parsed content |
Definition at line 76 of file TfParser.h.
|
inline |
constructor
| db | database |
| error_handler | error handler |
Definition at line 91 of file TfParser.h.
|
inline |
callback of layer id
| s1 | layer name |
| d2 | layer id |
| s3 | layer abbreviation |
Definition at line 171 of file TfParser.h.
1.8.8