#include <CursesHandler.h>
|
| CursesPrettyHandler (WINDOW *win, size_t idention=jDefaultIdention) |
|
bool | Null () |
|
bool | Bool (bool b) |
|
bool | Int (int i) |
|
bool | Uint (unsigned i) |
|
bool | Int64 (int64_t i) |
|
bool | Uint64 (uint64_t i) |
|
bool | Double (double d) |
|
bool | RawNumber (const Ch *str, rapidjson::SizeType length, bool copy) |
|
bool | String (const Ch *str, rapidjson::SizeType length, bool copy) |
|
bool | Key (const Ch *str, rapidjson::SizeType length, bool copy) |
|
bool | StartObject () |
|
bool | EndObject (rapidjson::SizeType memberCount) |
|
bool | StartArray () |
|
bool | EndArray (rapidjson::SizeType elementCount) |
|
◆ CursesPrettyHandler()
CursesPrettyHandler::CursesPrettyHandler |
( |
WINDOW * |
win, |
|
|
size_t |
idention = jDefaultIdention |
|
) |
| |
|
inline |
◆ Bool()
bool CursesPrettyHandler::Bool |
( |
bool |
b | ) |
|
|
inline |
◆ Double()
bool CursesPrettyHandler::Double |
( |
double |
d | ) |
|
|
inline |
◆ EndArray()
bool CursesPrettyHandler::EndArray |
( |
rapidjson::SizeType |
elementCount | ) |
|
|
inline |
◆ EndObject()
bool CursesPrettyHandler::EndObject |
( |
rapidjson::SizeType |
memberCount | ) |
|
|
inline |
◆ Int()
bool CursesPrettyHandler::Int |
( |
int |
i | ) |
|
|
inline |
◆ Int64()
bool CursesPrettyHandler::Int64 |
( |
int64_t |
i | ) |
|
|
inline |
◆ Key()
bool CursesPrettyHandler::Key |
( |
const Ch * |
str, |
|
|
rapidjson::SizeType |
length, |
|
|
bool |
copy |
|
) |
| |
|
inline |
◆ Null()
bool CursesPrettyHandler::Null |
( |
| ) |
|
|
inline |
◆ RawNumber()
bool CursesPrettyHandler::RawNumber |
( |
const Ch * |
str, |
|
|
rapidjson::SizeType |
length, |
|
|
bool |
copy |
|
) |
| |
|
inline |
◆ StartArray()
bool CursesPrettyHandler::StartArray |
( |
| ) |
|
|
inline |
◆ StartObject()
bool CursesPrettyHandler::StartObject |
( |
| ) |
|
|
inline |
◆ String()
bool CursesPrettyHandler::String |
( |
const Ch * |
str, |
|
|
rapidjson::SizeType |
length, |
|
|
bool |
copy |
|
) |
| |
|
inline |
◆ Uint()
bool CursesPrettyHandler::Uint |
( |
unsigned |
i | ) |
|
|
inline |
◆ Uint64()
bool CursesPrettyHandler::Uint64 |
( |
uint64_t |
i | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/core/modules/cli/src/CursesHandler.h