stator
A math, geometry, and utility library
Public Member Functions | Public Attributes | List of all members
sym::Var< Dynamic > Class Template Reference

Specialisation of Var for runtime variables. More...

#include <runtime.hpp>

Inheritance diagram for sym::Var< Dynamic >:
sym::RTBaseHelper< Var< Dynamic > > sym::Dynamic sym::RTBase sym::SymbolicOperator

Public Member Functions

 Var (const char v)
 
template<typename ... Args>
 Var (const Var< Args... > v)
 
char getidx () const
 
Relation< VarRT, Exproperator= (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
 

Detailed Description

template<>
class sym::Var< Dynamic >

Definition at line 202 of file runtime.hpp.

Constructor & Destructor Documentation

◆ Var() [1/2]

sym::Var< Dynamic >::Var ( const char  v)
inline

Definition at line 204 of file runtime.hpp.

◆ Var() [2/2]

template<typename ... Args>
sym::Var< Dynamic >::Var ( const Var< Args... >  v)
inline

Definition at line 207 of file runtime.hpp.

Member Function Documentation

◆ getidx()

char sym::Var< Dynamic >::getidx ( ) const
inline

Definition at line 219 of file runtime.hpp.

◆ operator=()

Relation<VarRT, Expr> sym::Var< Dynamic >::operator= ( const Expr f) const
inline

Definition at line 215 of file runtime.hpp.

◆ operator==()

bool sym::Var< Dynamic >::operator== ( const VarRT o) const
inline

Definition at line 211 of file runtime.hpp.

◆ visit()

Expr sym::Var< Dynamic >::visit ( detail::VisitorInterface c) const
inlinevirtual

Implements sym::RTBase.

Definition at line 381 of file runtime.hpp.

Member Data Documentation

◆ idx

char sym::Var< Dynamic >::idx

Definition at line 221 of file runtime.hpp.


The documentation for this class was generated from the following file: