#include <baljsn_jsonformatter.h>
|
| template<class TYPE > |
| int | valueAsJson (bdljsn::Json *json, const TYPE &value, BSLA_MAYBE_UNUSED const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bsl::string &value, BSLA_MAYBE_UNUSED const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::Date &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::Time &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::Datetime &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::DateTz &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::TimeTz &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdlt::DatetimeTz &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const float &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const double &value, const EncoderOptions *options) |
| |
| template<> |
| int | valueAsJson (bdljsn::Json *json, const bdldfp::Decimal64 &value, BSLA_MAYBE_UNUSED const EncoderOptions *options) |
| |
◆ setFloatingPointToJson()
template<class TYPE >
| int baljsn::JsonFormatter_Util::setFloatingPointToJson |
( |
bdljsn::Json * |
json, |
|
|
const TYPE & |
value, |
|
|
const EncoderOptions * |
options |
|
) |
| |
|
static |
◆ setTemporalValueToJson()
template<class TYPE >
| int baljsn::JsonFormatter_Util::setTemporalValueToJson |
( |
bdljsn::Json * |
json, |
|
|
const TYPE & |
value, |
|
|
const EncoderOptions * |
options |
|
) |
| |
|
static |
◆ valueAsJson() [1/13]
◆ valueAsJson() [2/13]
◆ valueAsJson() [3/13]
◆ valueAsJson() [4/13]
◆ valueAsJson() [5/13]
◆ valueAsJson() [6/13]
◆ valueAsJson() [7/13]
◆ valueAsJson() [8/13]
◆ valueAsJson() [9/13]
◆ valueAsJson() [10/13]
◆ valueAsJson() [11/13]
◆ valueAsJson() [12/13]
◆ valueAsJson() [13/13]
The documentation for this struct was generated from the following file: