|
stator
A math, geometry, and utility library
|
Specialisation of unary operator for runtime arguments and use in runtime expressions (Expr). More...
#include <runtime.hpp>
Public Member Functions | |
| UnaryOp (const Expr &arg) | |
| Expr | clone () const |
| Expr | getArg () const |
| bool | operator== (const UnaryOp< Expr, Op > &o) const |
| Expr | visit (detail::VisitorInterface &c) const |
Public Member Functions inherited from sym::RTBaseHelper< UnaryOp< Expr, Op > > | |
| Expr | clone () const |
| bool | operator== (const Expr o) const |
Public Member Functions inherited from sym::RTBase | |
| virtual | ~RTBase () |
Public Attributes | |
| Expr | _arg |
Definition at line 295 of file runtime.hpp.
|
inline |
Definition at line 296 of file runtime.hpp.
|
inlinevirtual |
Implements sym::RTBase.
Definition at line 298 of file runtime.hpp.
|
inline |
Definition at line 306 of file runtime.hpp.
|
inline |
Definition at line 302 of file runtime.hpp.
|
virtual |
Implements sym::RTBase.
Definition at line 376 of file runtime.hpp.
| Expr sym::UnaryOp< Expr, Op >::_arg |
Definition at line 312 of file runtime.hpp.
1.8.13