holoscan::ParameterWrapper
holoscan::ParameterWrapper
Class to wrap a parameter with std::any.
Constructors
ParameterWrapper
Default
Construct a new ParameterWrapper object (with param)
Construct a new ParameterWrapper object (with value and type and arg type and storage ptr)
Methods
type
Get the type of the parameter.
Returns: The type info of the parameter.
arg_type
Get the type of the parameter as an ArgType.
Returns: The type of the parameter as an ArgType.
value
Get the value of the parameter.
Returns: The reference to the value of the parameter.
storage_ptr
Get the pointer to the parameter storage.
Returns: The pointer to the parameter storage.