Constant known at runtime. More...
#include <constant_mx.hpp>
Extra doc: https://github.com/casadi/casadi/wiki/L_106
Definition at line 545 of file constant_mx.hpp.
Public Member Functions | |
RuntimeConst () | |
RuntimeConst (T v) | |
void | serialize_type (SerializingStream &s) const |
char | type_char () |
char | type_char () |
Static Public Member Functions | |
static char | type_char () |
static RuntimeConst | deserialize (DeserializingStream &s) |
Public Attributes | |
const T | value |
|
inline |
Definition at line 547 of file constant_mx.hpp.
Referenced by casadi::RuntimeConst< T >::deserialize().
|
inline |
Definition at line 548 of file constant_mx.hpp.
|
inlinestatic |
Definition at line 553 of file constant_mx.hpp.
References casadi::RuntimeConst< T >::RuntimeConst(), casadi::T, and casadi::DeserializingStream::unpack().
Referenced by casadi::ConstantMX::deserialize().
|
inline |
Definition at line 550 of file constant_mx.hpp.
References casadi::SerializingStream::pack(), and casadi::RuntimeConst< T >::value.
|
inlinestatic |
Definition at line 561 of file constant_mx.hpp.
|
inline |
Definition at line 564 of file constant_mx.hpp.
|
inline |
Definition at line 567 of file constant_mx.hpp.
const T casadi::RuntimeConst< T >::value |
Definition at line 546 of file constant_mx.hpp.
Referenced by casadi::RuntimeConst< T >::serialize_type().