ADTF
|
Value getter specialization for std::string
.
More...
Static Public Member Functions | |
static void | getValue (const DecoderType &decoder, const CodecIndex &codec_index, std::string &value) |
Returns the current value of the given element as a std::string. More... | |
Value getter specialization for std::string
.
DecoderType | The decoder type. |
Definition at line 85 of file value_access.h.
|
inlinestatic |
Returns the current value of the given element as a std::string.
[in] | decoder | The decoder. |
[in] | codec_index | The index of the element. |
[out] | value | std::string Returns the current value as std::string. |
throws | std::runtime_error if not found by decoder. |
Definition at line 93 of file value_access.h.