|
Jamba C++ API 7.5.0
|
Base (non templated) class for RT Jamba (Outbound) parameters. More...
#include <RTJmbOutParameter.h>
Inherited by RTJmbOutParameter< T >.
Public Member Functions | |
| IJmbParamDef const * | getParamDef () const |
| ParamID | getParamID () const |
| virtual bool | hasUpdate () const =0 |
| IRTJmbOutParameter (std::shared_ptr< IJmbParamDef > iParamDef) | |
| virtual tresult | writeToMessage (Message &oMessage)=0 |
| virtual void | writeToStream (std::ostream &oStream) const =0 |
| virtual | ~IRTJmbOutParameter ()=default |
Protected Attributes | |
| std::shared_ptr< IJmbParamDef > | fParamDef |
Base (non templated) class for RT Jamba (Outbound) parameters.
|
inlineexplicit |
|
virtualdefault |
|
inline |
|
inline |
|
pure virtual |
Implemented in RTJmbOutParameter< T >.
|
pure virtual |
Implemented in RTJmbOutParameter< T >.
|
pure virtual |
Implemented in RTJmbOutParameter< T >.
|
protected |