Public Types | |
| typedef Sym(*) | erc_func () |
Public Member Functions | |
| LanguageTable (const LanguageTable &org) | |
| LanguageTable & | operator= (const LanguageTable &org) |
| void | add_function (token_t token, unsigned arity) |
| void | add_function (functor_t functor) |
| void | set_erc (erc_func func) |
| Sym | get_random_var () const |
| Sym | get_random_const () const |
| functor_t | get_random_function () const |
| token_t | get_random_function (token_t org, unsigned arity) const |
Private Attributes | |
| LanguageImpl * | pimpl |
Definition at line 26 of file LanguageTable.h.
1.4.7