|
stator
A math, geometry, and utility library
|
Specialisation of Var for runtime variables. More...
#include <runtime.hpp>
Public Member Functions | |
| Var (const char v) | |
| template<typename ... Args> | |
| Var (const Var< Args... > v) | |
| char | getidx () const |
| Relation< VarRT, Expr > | operator= (const Expr &f) const |
| bool | operator== (const VarRT &o) const |
| Expr | visit (detail::VisitorInterface &c) const |
Public Member Functions inherited from sym::RTBaseHelper< Var< Dynamic > > | |
| Expr | clone () const |
| bool | operator== (const Expr o) const |
Public Member Functions inherited from sym::RTBase | |
| virtual | ~RTBase () |
Public Attributes | |
| char | idx |
Definition at line 202 of file runtime.hpp.
Definition at line 204 of file runtime.hpp.
Definition at line 207 of file runtime.hpp.
Definition at line 219 of file runtime.hpp.
Definition at line 215 of file runtime.hpp.
Definition at line 211 of file runtime.hpp.
|
inlinevirtual |
Implements sym::RTBase.
Definition at line 381 of file runtime.hpp.
Definition at line 221 of file runtime.hpp.
1.8.13