|
stator
A math, geometry, and utility library
|
#include <runtime.hpp>
Public Member Functions | |
| ConstantRT (const T &v) | |
| const T & | get () const |
| bool | operator== (const Expr o) const |
| Expr | visit (detail::VisitorInterface &c) const |
Public Member Functions inherited from sym::RTBaseHelper< ConstantRT< T > > | |
| Expr | clone () const |
| bool | operator== (const Expr o) const |
Public Member Functions inherited from sym::RTBase | |
| virtual | ~RTBase () |
Definition at line 240 of file runtime.hpp.
|
inline |
Definition at line 242 of file runtime.hpp.
|
inline |
Definition at line 248 of file runtime.hpp.
|
virtual |
Implements sym::RTBase.
Definition at line 284 of file runtime.hpp.
|
virtual |
Implements sym::RTBase.
Definition at line 379 of file runtime.hpp.
1.8.13