|
stator
A math, geometry, and utility library
|
CRTP helper base class which implements some of the common boilerplate code for runtime symbolic types. More...
#include <runtime.hpp>
Public Member Functions | |
| Expr | clone () const |
| bool | operator== (const Expr o) const |
Public Member Functions inherited from sym::RTBase | |
| virtual | ~RTBase () |
| virtual Expr | visit (detail::VisitorInterface &c) const =0 |
Definition at line 186 of file runtime.hpp.
|
inlinevirtual |
Implements sym::RTBase.
Definition at line 188 of file runtime.hpp.
|
inlinevirtual |
Implements sym::RTBase.
Definition at line 192 of file runtime.hpp.
1.8.13