◆ Stream_writer()
template<template< class > class Writer>
◆ ~Stream_writer()
template<template< class > class Writer>
◆ append_bool()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_bool |
( |
bool |
data | ) |
|
|
inlineoverridevirtual |
◆ append_document()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_document |
( |
const rapidjson::Document & |
document | ) |
|
|
inlineoverridevirtual |
◆ append_float()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_float |
( |
double |
data | ) |
|
|
inlineoverridevirtual |
◆ append_int()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_int |
( |
int |
data | ) |
|
|
inlineoverridevirtual |
◆ append_int64()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_int64 |
( |
int64_t |
data | ) |
|
|
inlineoverridevirtual |
◆ append_null()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_null |
( |
| ) |
|
|
inlineoverridevirtual |
◆ append_string()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_string |
( |
std::string_view |
data | ) |
|
|
inlineoverridevirtual |
◆ append_uint()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_uint |
( |
unsigned int |
data | ) |
|
|
inlineoverridevirtual |
◆ append_uint64()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::append_uint64 |
( |
uint64_t |
data | ) |
|
|
inlineoverridevirtual |
◆ end_array()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::end_array |
( |
| ) |
|
|
inlineoverridevirtual |
◆ end_object()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::end_object |
( |
| ) |
|
|
inlineoverridevirtual |
◆ start_array()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::start_array |
( |
| ) |
|
|
inlineoverridevirtual |
◆ start_object()
template<template< class > class Writer>
| void shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::start_object |
( |
| ) |
|
|
inlineoverridevirtual |
◆ str()
template<template< class > class Writer>
| const std::string & shcore::anonymous_namespace{utils_json.cc}::Stream_writer< Writer >::str |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_data
template<template< class > class Writer>
◆ m_writer
template<template< class > class Writer>
The documentation for this class was generated from the following file: