|
| BlockParam (Block *block, const char *name, bool parent_prefix=true) |
|
| BlockParam (Block *block, const char *name, bool parent_prefix, T &extern_val) |
|
| BlockParam (const BlockParam &)=delete |
|
BlockParam & | operator= (const BlockParam &)=delete |
|
| BlockParam (BlockParam &&)=delete |
|
BlockParam & | operator= (BlockParam &&)=delete |
|
T | get () const |
|
bool | commit () |
|
bool | commit_no_notification () |
|
void | set (T val) |
|
bool | update () override |
|
template<> |
| BlockParam (Block *block, const char *name, bool parent_prefix) |
|
template<> |
bool | update () |
|
template<> |
| BlockParam (Block *block, const char *name, bool parent_prefix) |
|
template<> |
| BlockParam (Block *block, const char *name, bool parent_prefix) |
|
template<> |
| BlockParam (Block *block, const char *name, bool parent_prefix, int32_t &extern_val) |
|
template<> |
| BlockParam (Block *block, const char *name, bool parent_prefix, float &extern_val) |
|
template<> |
bool | update () |
|
| BlockParamBase (Block *parent, const char *name, bool parent_prefix=true) |
| Instantiate a block param base. More...
|
|
const char * | getName () const |
|
void | setSibling (BlockParamBase * sibling) |
|
const BlockParamBase * | getSibling () const |
|
The documentation for this class was generated from the following file: