#include <JsonDecoder.h>
|
static std::shared_ptr< Variable > | decode (const std::string &json) |
|
static std::shared_ptr< Variable > | decode (const std::string &json, uint32_t &bytesRead) |
|
static std::shared_ptr< Variable > | decode (const std::vector< char > &json) |
|
static std::shared_ptr< Variable > | decode (const std::vector< char > &json, uint32_t &bytesRead) |
|
static std::string | decodeString (const std::string &s) |
|
§ JsonDecoder() [1/2]
BaseLib::Rpc::JsonDecoder::JsonDecoder |
( |
| ) |
|
|
default |
§ JsonDecoder() [2/2]
§ ~JsonDecoder()
virtual BaseLib::Rpc::JsonDecoder::~JsonDecoder |
( |
| ) |
|
|
virtualdefault |
§ decode() [1/4]
std::shared_ptr< Variable > BaseLib::Rpc::JsonDecoder::decode |
( |
const std::string & |
json | ) |
|
|
static |
§ decode() [2/4]
std::shared_ptr< Variable > BaseLib::Rpc::JsonDecoder::decode |
( |
const std::string & |
json, |
|
|
uint32_t & |
bytesRead |
|
) |
| |
|
static |
§ decode() [3/4]
std::shared_ptr< Variable > BaseLib::Rpc::JsonDecoder::decode |
( |
const std::vector< char > & |
json | ) |
|
|
static |
§ decode() [4/4]
std::shared_ptr< Variable > BaseLib::Rpc::JsonDecoder::decode |
( |
const std::vector< char > & |
json, |
|
|
uint32_t & |
bytesRead |
|
) |
| |
|
static |
§ decodeString()
std::string BaseLib::Rpc::JsonDecoder::decodeString |
( |
const std::string & |
s | ) |
|
|
static |
The documentation for this class was generated from the following files: