#include <jsonOfstream.hpp>
Definition at line 9 of file jsonOfstream.hpp.
◆ JsonOfstream() [1/2]
op::JsonOfstream::JsonOfstream |
( |
const std::string & |
filePath, |
|
|
const bool |
humanReadable = true |
|
) |
| |
|
explicit |
◆ JsonOfstream() [2/2]
op::JsonOfstream::JsonOfstream |
( |
JsonOfstream && |
jsonOfstream | ) |
|
Move constructor. It destroys the original JsonOfstream to be moved.
- Parameters
-
◆ ~JsonOfstream()
virtual op::JsonOfstream::~JsonOfstream |
( |
| ) |
|
|
virtual |
◆ arrayClose()
void op::JsonOfstream::arrayClose |
( |
| ) |
|
◆ arrayOpen()
void op::JsonOfstream::arrayOpen |
( |
| ) |
|
◆ comma()
void op::JsonOfstream::comma |
( |
| ) |
|
|
inline |
◆ enter()
void op::JsonOfstream::enter |
( |
| ) |
|
◆ key()
void op::JsonOfstream::key |
( |
const std::string & |
string | ) |
|
◆ objectClose()
void op::JsonOfstream::objectClose |
( |
| ) |
|
◆ objectOpen()
void op::JsonOfstream::objectOpen |
( |
| ) |
|
◆ operator=()
◆ plainText()
template<typename T >
void op::JsonOfstream::plainText |
( |
const T & |
value | ) |
|
|
inline |
◆ version()
void op::JsonOfstream::version |
( |
const std::string & |
version | ) |
|
The documentation for this class was generated from the following file: