getValue overloads
Synopses
Declared in <baljsn_parserutil.h>
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::Date* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
DateOrDateTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::DateTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::Datetime* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
DatetimeOrDatetimeTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::DatetimeTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdldfp::Decimal64* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::Time* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
TimeOrTimeTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bdlt::TimeTz* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bool* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
char* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
double* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
float* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
int* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
long* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
long long* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
short* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
signed char* value,
std::string_view const& data);
Load into the specified value the string value in the specified data. The string must be begin and end in " characters which are not part of the resulting value. Return 0 on success and a non‐zero value otherwise.
static
int
getValue(
bsl::string* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
std::pmr::string* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
std::string* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
unsigned char* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
unsigned int* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
unsigned long* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
unsigned long long* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
unsigned short* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.
static
int
getValue(
bsl::vector<char>* value,
std::string_view const& data);
Created with MrDocs