![]() |
helics
2.8.1
|
#include <ValueConverter.hpp>
Public Types | |
using | baseType = X |
Public Member Functions | |
void | interpret (const data_view &block, std::vector< std::string > &val) |
Static Public Member Functions | |
static X | interpret (const data_view &block) |
static void | interpret (const data_view &block, X &val) |
static std::string | type () |
converter for a basic value
|
inlinestatic |
interpret a view of the data and convert back to a val
References helics::data_view::data(), and helics::ValueConverter< X >::interpret().
Referenced by helics::doubleExtractAndConvert3().
void helics::ValueConverter3< std::vector< std::string > >::interpret | ( | const data_view & | block, |
std::vector< std::string > & | val | ||
) |
interpret a view of the data block and store to the specified value
References loadJsonStr().
|
inlinestatic |
interpret a view of the data block and store to the specified value
References helics::data_view::data(), and helics::ValueConverter< X >::interpret().
|
inlinestatic |
get the type of the value