Public Member Functions | |
| SymKey (token_t _token) | |
| SymKey (token_t _token, const detail::SymArgs &_args) | |
| bool | operator== (const SymKey &other) const |
| unsigned | arity () const |
| const std::vector< Sym > & | vec () const |
| void | fixate () const |
| int | get_hash_code () const |
Public Attributes | |
| detail::SymArgs | args |
| token_t | token |
Private Member Functions | |
| int | calc_hash () const |
Private Attributes | |
| int | hash_code |
Classes | |
| struct | Hash |
Definition at line 57 of file SymImpl.h.
1.4.7