|
Dev Essential
|
#include <value_access.h>
Static Public Member Functions | |
| static ValueType | getValue (const DecoderType &decoder, const CodecIndex &codec_index) |
Value getter to retrieve the current value of the given element as a ValueType if supported
| DecoderType | The type of the decoder. |
| ValueType | The value type supported (by default bool, all int types, float, double and std::string are supported). |
|
inlinestatic |
Returns the current value of the given element as a ValueType if supported
| [in] | codec_index | The codec index of the element. |
| [in] | decoder | The decoder to retrieve the value from. |
| throws | std::runtime_error if not found by decoder. |