|
stator
A math, geometry, and utility library
|
Abstract interface class for all runtime symbolic classes. More...
#include <runtime.hpp>
Public Member Functions | |
| virtual | ~RTBase () |
| virtual Expr | clone () const =0 |
| virtual bool | operator== (const Expr o) const =0 |
| virtual Expr | visit (detail::VisitorInterface &c) const =0 |
This class defines the interface for all classes/symbols which can be held by Expr. Most actual functionality is implemented using the VisitorInterface via visit.
Definition at line 171 of file runtime.hpp.
|
inlinevirtual |
Definition at line 173 of file runtime.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in sym::BinaryOp< Expr, Op, Expr >, sym::UnaryOp< Expr, Op >, sym::ConstantRT< T >, and sym::Var< Dynamic >.
1.8.13