|
ERAV: Entity Relation Attribute Value:
|
[E]ntity [R]elation [A]ttribute [V]alue More...
Classes | |
| class | tuple |
| class | WORD_tuple |
| class | WORD |
map<> ( WORD && STRING ). More... | |
| struct | attrib |
| struct | tag |
| class | token |
| class | context |
| class | parser |
| class | exception |
Functions | |
| void | merge_into (std::list< ERAV::tuple > &L, std::list< ERAV::tuple > &FROM) |
| int | tplcmp (const ERAV::tuple &l, const ERAV::tuple &r) |
| (l<r)==>(-1) (l==r)==>((0)) (l>r)==>(+1). | |
| bool | isLess (const ERAV::tuple &l, const ERAV::tuple &r) |
| (l<r) ???. | |
| bool | operator< (const ERAV::tuple &l, const ERAV::tuple &r) |
| (l<r) ???. | |
| bool | operator== (const ERAV::tuple &l, const ERAV::tuple &r) |
| (l==r) ???. | |
| int | yylex (char const **cursor, char const **yytext, int *yyleng, int *yyline) |
Variables | |
| const int | LANG_LEN = 2 |
[E]ntity [R]elation [A]ttribute [V]alue
| void ERAV::merge_into | ( | std::list< ERAV::tuple > & | L, |
| std::list< ERAV::tuple > & | FROM | ||
| ) |
| int ERAV::tplcmp | ( | const ERAV::tuple & | l, |
| const ERAV::tuple & | r | ||
| ) |
| bool ERAV::isLess | ( | const ERAV::tuple & | l, |
| const ERAV::tuple & | r | ||
| ) |
(l<r) ???.
| bool ERAV::operator< | ( | const ERAV::tuple & | l, |
| const ERAV::tuple & | r | ||
| ) | [inline] |
| bool ERAV::operator== | ( | const ERAV::tuple & | l, |
| const ERAV::tuple & | r | ||
| ) | [inline] |
| int ERAV::yylex | ( | char const ** | cursor, |
| char const ** | yytext, | ||
| int * | yyleng, | ||
| int * | yyline | ||
| ) |
| const int ERAV::LANG_LEN = 2 |
1.7.4