Detailed Description
Public Member Functions |
| | JsonUIntValue (unsigned int value) |
| | Create a new JsonUIntValue.
|
| 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::JsonUIntValue::JsonUIntValue |
( |
unsigned int |
value | ) |
|
|
inlineexplicit |
Create a new JsonUIntValue.
- Parameters
-
| value | the unsigned int to use. |
Member Function Documentation
| void ola::web::JsonUIntValue::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: