|
Jamba
3.2.0
|
#include <RTJmbInParameter.h>
Public Member Functions | |
| ParamID | getParamID () const |
| T const & | getValue () const |
| bool | hasUpdate () const |
| T const * | last () const |
| operator T const & () const | |
| T const * | operator-> () const |
| T * | pop () |
| T const * | popOrLast () |
| RTJmbInParam (RTJmbInParameter< T > *iPtr) | |
| T const & | value () const |
Private Attributes | |
| RTJmbInParameter< T > * | fPtr |
This is the main class that the plugin should use as it exposes only the necessary methods of the param as well as redefine a couple of operators which helps in writing simpler and natural code (the param behaves like T in many ways).
| T | the underlying type of the param |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |