SymEngine::RealImagVisitor Class Reference
+ Inheritance diagram for SymEngine::RealImagVisitor:
+ Collaboration diagram for SymEngine::RealImagVisitor:

Public Member Functions

 RealImagVisitor (const Ptr< RCP< const Basic >> &real, const Ptr< RCP< const Basic >> &imag)
 
void apply (const Basic &b)
 
void bvisit (const Mul &x)
 
void bvisit (const Add &x)
 
void bvisit (const Pow &x)
 
void bvisit (const ComplexBase &x)
 
void bvisit (const Infty &x)
 
void bvisit (const Sin &x)
 
void bvisit (const Cos &x)
 
void bvisit (const Tan &x)
 
void bvisit (const Csc &x)
 
void bvisit (const Sec &x)
 
void bvisit (const Cot &x)
 
void bvisit (const Sinh &x)
 
void bvisit (const Cosh &x)
 
void bvisit (const Tanh &x)
 
void bvisit (const Csch &x)
 
void bvisit (const Sech &x)
 
void bvisit (const Coth &x)
 
void bvisit (const Abs &x)
 
void bvisit (const Function &x)
 
void bvisit (const Symbol &x)
 
void bvisit (const Basic &x)
 

Private Attributes

Ptr< RCP< const Basic > > real_
 
Ptr< RCP< const Basic > > imag_
 

Detailed Description

Definition at line 37 of file as_real_imag.cpp.


The documentation for this class was generated from the following file: