Detailed Description
Public Member Functions |
| JsonBoolValue (bool value) |
| Create a new JsonBoolValue.
|
void | ToString (std::ostream *output, unsigned int) const |
| Output the string representation of this value to an ostream.
|
Additional Inherited Members |
void | Indent (std::ostream *output, unsigned int indent) const |
| Append the give number of spaces to the output stream.
|
static const unsigned int | DEFAULT_INDENT = 2 |
| the default indent level
|
Constructor & Destructor Documentation
ola::web::JsonBoolValue::JsonBoolValue |
( |
bool |
value | ) |
|
|
inlineexplicit |
Member Function Documentation
void ola::web::JsonBoolValue::ToString |
( |
std::ostream * |
output, |
|
|
unsigned |
indent |
|
) |
| const |
|
inlinevirtual |
Output the string representation of this value to an ostream.
- Parameters
-
output | the ostream to output to. |
indent | the number of spaces to prepend. |
Implements ola::web::JsonValue.
The documentation for this class was generated from the following file: