| enum Mod { MOD_NONE, MOD_EXACT, MOD_SHORTER, MOD_ORSHORTER, MOD_LONGER, MOD_ORLONGER, MOD_NOT } | Mod |
| static const char* id | id |
| static Hash _hash | _hash |
| ElemNet ()
| ElemNet |
| ElemNet (const char*)
| ElemNet |
| ElemNet (const A&)
| ElemNet |
| ElemNet (const ElemNet<A>&)
| ElemNet |
| ~ElemNet ()
| ~ElemNet |
| string str ()
| str |
[const]
Reimplemented from Element.
| const char* type ()
| type |
[const]
Reimplemented from Element.
| const A& val ()
| val |
[const]
| Mod str_to_mod (const char* p)
| str_to_mod |
[static]
| string mod_to_str (Mod mod)
| mod_to_str |
[static]
| BinOper& op ()
| op |
[const]
| bool operator< (const ElemNet<A>& rhs)
| operator< |
[const]
| bool operator== (const ElemNet<A>& rhs)
| operator== |
[const]