|
stator
A math, geometry, and utility library
|
Specialisation of BinaryOp for runtime arguments (Expr). More...
#include <runtime.hpp>
Public Member Functions | |
| BinaryOp (const Expr &lhs, const Expr &rhs) | |
| Expr | clone () const |
| Expr | getLHS () const |
| Expr | getRHS () const |
| bool | operator== (const BinaryOp &o) const |
| Expr | visit (detail::VisitorInterface &c) const |
Public Member Functions inherited from sym::RTBaseHelper< BinaryOp< Expr, Op, Expr > > | |
| Expr | clone () const |
| bool | operator== (const Expr o) const |
Public Member Functions inherited from sym::RTBase | |
| virtual | ~RTBase () |
Public Attributes | |
| Expr | _l |
| Expr | _r |
Definition at line 318 of file runtime.hpp.
|
inline |
Definition at line 319 of file runtime.hpp.
|
inlinevirtual |
Implements sym::RTBase.
Definition at line 321 of file runtime.hpp.
|
inline |
Definition at line 329 of file runtime.hpp.
|
inline |
Definition at line 333 of file runtime.hpp.
|
inline |
Definition at line 325 of file runtime.hpp.
|
virtual |
Implements sym::RTBase.
Definition at line 373 of file runtime.hpp.
| Expr sym::BinaryOp< Expr, Op, Expr >::_l |
Definition at line 339 of file runtime.hpp.
| Expr sym::BinaryOp< Expr, Op, Expr >::_r |
Definition at line 340 of file runtime.hpp.
1.8.13