Public Member Functions | |
EvalVisitor (unsigned long bits) | |
void | bvisit (const Number &x) |
void | bvisit (const ComplexBase &x) |
void | bvisit (const Constant &x) |
void | bvisit (const NumberWrapper &x) |
void | bvisit (const FunctionWrapper &x) |
virtual RCP< const Basic > | apply (const RCP< const Basic > &x) |
void | bvisit (const Basic &x) |
void | bvisit (const Add &x) |
void | bvisit (const Mul &x) |
void | bvisit (const Pow &x) |
void | bvisit (const OneArgFunction &x) |
template<class T > | |
void | bvisit (const TwoArgBasic< T > &x) |
void | bvisit (const MultiArgFunction &x) |
void | bvisit (const Piecewise &x) |
![]() | |
virtual RCP< const Basic > | apply (const RCP< const Basic > &x) |
void | bvisit (const Basic &x) |
void | bvisit (const Add &x) |
void | bvisit (const Mul &x) |
void | bvisit (const Pow &x) |
void | bvisit (const OneArgFunction &x) |
template<class T > | |
void | bvisit (const TwoArgBasic< T > &x) |
void | bvisit (const MultiArgFunction &x) |
void | bvisit (const Piecewise &x) |
Protected Attributes | |
unsigned long | bits |
![]() | |
RCP< const Basic > | result_ |
|
inline |
Reimplemented from SymEngine::TransformVisitor.
Definition at line 244 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Add & | x | ) |
Definition at line 247 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Basic & | x | ) |
Definition at line 246 of file visitor.cpp.
|
inline |
|
inline |
|
inline |
void SymEngine::TransformVisitor::bvisit | ( | const Mul & | x | ) |
Definition at line 248 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const MultiArgFunction & | x | ) |
Definition at line 264 of file visitor.cpp.
|
inline |
|
inline |
void SymEngine::TransformVisitor::bvisit | ( | const OneArgFunction & | x | ) |
Definition at line 250 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Piecewise & | x | ) |
Definition at line 265 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Pow & | x | ) |
Definition at line 249 of file visitor.cpp.
|
inline |
Definition at line 253 of file visitor.h.