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

#include <runtime.hpp>

Inheritance diagram for sym::ConstantRT< T >:
sym::RTBaseHelper< ConstantRT< T > > sym::RTBase sym::SymbolicOperator

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 ()
 

Detailed Description

template<typename T>
class sym::ConstantRT< T >

Definition at line 240 of file runtime.hpp.

Constructor & Destructor Documentation

◆ ConstantRT()

template<typename T >
sym::ConstantRT< T >::ConstantRT ( const T &  v)
inline

Definition at line 242 of file runtime.hpp.

Member Function Documentation

◆ get()

template<typename T >
const T& sym::ConstantRT< T >::get ( ) const
inline

Definition at line 248 of file runtime.hpp.

◆ operator==()

template<class T >
bool sym::ConstantRT< T >::operator== ( const Expr  o) const
virtual

Implements sym::RTBase.

Definition at line 284 of file runtime.hpp.

◆ visit()

template<class T >
Expr sym::ConstantRT< T >::visit ( detail::VisitorInterface c) const
virtual

Implements sym::RTBase.

Definition at line 379 of file runtime.hpp.


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