#include <json.h>
◆ wvalue() [1/3]
| crow::json::wvalue::wvalue |
( |
| ) |
|
|
inline |
◆ wvalue() [2/3]
| crow::json::wvalue::wvalue |
( |
const rvalue & |
r | ) |
|
|
inline |
◆ wvalue() [3/3]
| crow::json::wvalue::wvalue |
( |
wvalue && |
r | ) |
|
|
inline |
◆ clear()
| void crow::json::wvalue::clear |
( |
| ) |
|
|
inline |
◆ count()
| int crow::json::wvalue::count |
( |
const std::string & |
str | ) |
|
|
inline |
◆ estimate_length()
| size_t crow::json::wvalue::estimate_length |
( |
| ) |
const |
|
inline |
◆ operator=() [1/15]
◆ operator=() [2/15]
| wvalue& crow::json::wvalue::operator= |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ operator=() [3/15]
| wvalue& crow::json::wvalue::operator= |
( |
bool |
value | ) |
|
|
inline |
◆ operator=() [4/15]
| wvalue& crow::json::wvalue::operator= |
( |
double |
value | ) |
|
|
inline |
◆ operator=() [5/15]
| wvalue& crow::json::wvalue::operator= |
( |
unsigned short |
value | ) |
|
|
inline |
◆ operator=() [6/15]
| wvalue& crow::json::wvalue::operator= |
( |
short |
value | ) |
|
|
inline |
◆ operator=() [7/15]
| wvalue& crow::json::wvalue::operator= |
( |
long long |
value | ) |
|
|
inline |
◆ operator=() [8/15]
| wvalue& crow::json::wvalue::operator= |
( |
long |
value | ) |
|
|
inline |
◆ operator=() [9/15]
| wvalue& crow::json::wvalue::operator= |
( |
int |
value | ) |
|
|
inline |
◆ operator=() [10/15]
| wvalue& crow::json::wvalue::operator= |
( |
unsigned long long |
value | ) |
|
|
inline |
◆ operator=() [11/15]
| wvalue& crow::json::wvalue::operator= |
( |
unsigned long |
value | ) |
|
|
inline |
◆ operator=() [12/15]
| wvalue& crow::json::wvalue::operator= |
( |
unsigned int |
value | ) |
|
|
inline |
◆ operator=() [13/15]
| wvalue& crow::json::wvalue::operator= |
( |
const char * |
str | ) |
|
|
inline |
◆ operator=() [14/15]
| wvalue& crow::json::wvalue::operator= |
( |
const std::string & |
str | ) |
|
|
inline |
◆ operator=() [15/15]
template<typename T >
| wvalue& crow::json::wvalue::operator= |
( |
const std::vector< T > & |
v | ) |
|
|
inline |
◆ operator[]() [1/2]
| wvalue& crow::json::wvalue::operator[] |
( |
unsigned |
index | ) |
|
|
inline |
◆ operator[]() [2/2]
| wvalue& crow::json::wvalue::operator[] |
( |
const std::string & |
str | ) |
|
|
inline |
◆ reset()
| void crow::json::wvalue::reset |
( |
| ) |
|
|
inline |
◆ t()
| type crow::json::wvalue::t |
( |
| ) |
const |
|
inline |
◆ crow::mustache::template_t
◆ dump
| std::string dump |
( |
const wvalue & |
v | ) |
|
|
friend |
◆ dump_internal
| void dump_internal |
( |
const wvalue & |
v, |
|
|
std::string & |
out |
|
) |
| |
|
friend |
| double crow::json::wvalue::d {} |
|
private |
| std::unique_ptr<std::vector<wvalue> > crow::json::wvalue::l |
|
private |
| std::unique_ptr<std::unordered_map<std::string, wvalue> > crow::json::wvalue::o |
|
private |
| std::string crow::json::wvalue::s |
|
private |
◆ t_
The documentation for this class was generated from the following file:
- src/wallet/micro_core/ext/crow/json.h