Multiplication operator node. More...
#include <CompileTimeDerivatives.h>
Public Types | |
typedef libMesh::CompareTypes< typename L::ResultType, typename R::ResultType >::supertype | ResultType |
Public Member Functions | |
CTMul (L left, R right) | |
ResultType | operator() () const |
std::string | print () const |
template<CTTag dtag> | |
auto | D () const |
template<typename Self > | |
std::string | printParens (const Self *, const std::string &op) const |
Static Public Member Functions | |
static constexpr int | precedence () |
static constexpr bool | leftAssociative () |
left/right associative property should reflect C++ operator properties exactly More... | |
Protected Attributes | |
const L | _left |
const R | _right |
Multiplication operator node.
Definition at line 515 of file CompileTimeDerivatives.h.
|
inherited |
Definition at line 198 of file CompileTimeDerivatives.h.
|
inline |
Definition at line 518 of file CompileTimeDerivatives.h.
|
inline |
Definition at line 542 of file CompileTimeDerivatives.h.
|
inlinestaticinherited |
left/right associative property should reflect C++ operator properties exactly
Definition at line 31 of file CompileTimeDerivatives.h.
|
inline |
Definition at line 521 of file CompileTimeDerivatives.h.
|
inlinestatic |
Definition at line 539 of file CompileTimeDerivatives.h.
|
inline |
Definition at line 538 of file CompileTimeDerivatives.h.
|
inlineinherited |
Definition at line 201 of file CompileTimeDerivatives.h.
Referenced by CompileTimeDerivatives::CTAdd< L, R >::print(), CompileTimeDerivatives::CTSub< L, R >::print(), CompileTimeDerivatives::CTMul< L, R >::print(), CompileTimeDerivatives::CTDiv< L, R >::print(), and CompileTimeDerivatives::CTCompare< C, L, R >::print().
|
protectedinherited |
Definition at line 221 of file CompileTimeDerivatives.h.
Referenced by CompileTimeDerivatives::CTConditional< C, L, R >::D(), CompileTimeDerivatives::CTAdd< L, R >::D(), CompileTimeDerivatives::CTSub< L, R >::D(), CompileTimeDerivatives::CTMul< L, R >::D(), CompileTimeDerivatives::CTDiv< L, R >::D(), CompileTimeDerivatives::CTPow< L, R >::D(), CompileTimeDerivatives::CTConditional< C, L, R >::operator()(), CompileTimeDerivatives::CTAdd< L, R >::operator()(), CompileTimeDerivatives::CTSub< L, R >::operator()(), CompileTimeDerivatives::CTMul< L, R >::operator()(), CompileTimeDerivatives::CTDiv< L, R >::operator()(), CompileTimeDerivatives::CTCompare< C, L, R >::operator()(), CompileTimeDerivatives::CTPow< L, R >::operator()(), CompileTimeDerivatives::CTConditional< C, L, R >::print(), CompileTimeDerivatives::CTPow< L, R >::print(), and CompileTimeDerivatives::CTBinary< L, R >::printParens().
|
protectedinherited |
Definition at line 222 of file CompileTimeDerivatives.h.
Referenced by CompileTimeDerivatives::CTConditional< C, L, R >::D(), CompileTimeDerivatives::CTAdd< L, R >::D(), CompileTimeDerivatives::CTSub< L, R >::D(), CompileTimeDerivatives::CTMul< L, R >::D(), CompileTimeDerivatives::CTDiv< L, R >::D(), CompileTimeDerivatives::CTPow< L, R >::D(), CompileTimeDerivatives::CTConditional< C, L, R >::operator()(), CompileTimeDerivatives::CTAdd< L, R >::operator()(), CompileTimeDerivatives::CTSub< L, R >::operator()(), CompileTimeDerivatives::CTMul< L, R >::operator()(), CompileTimeDerivatives::CTDiv< L, R >::operator()(), CompileTimeDerivatives::CTCompare< C, L, R >::operator()(), CompileTimeDerivatives::CTPow< L, R >::operator()(), CompileTimeDerivatives::CTConditional< C, L, R >::print(), CompileTimeDerivatives::CTPow< L, R >::print(), and CompileTimeDerivatives::CTBinary< L, R >::printParens().