Inheritance diagram for SymEngine::CountOpsVisitor:
Collaboration diagram for SymEngine::CountOpsVisitor:Public Member Functions | |
| void | apply (const Basic &b) |
| void | bvisit (const Mul &x) |
| void | bvisit (const Add &x) |
| void | bvisit (const Pow &x) |
| void | bvisit (const Number &x) |
| void | bvisit (const ComplexBase &x) |
| void | bvisit (const Symbol &x) |
| void | bvisit (const Constant &x) |
| void | bvisit (const Basic &x) |
Data Fields | |
| unsigned | count = 0 |
Protected Attributes | |
| std::unordered_map< RCP< const Basic >, unsigned, RCPBasicHash, RCPBasicKeyEq > | v |