parent
03f5de9d7e
commit
fc7cda78a9
@ -89,6 +89,9 @@ public:
|
|||||||
static const bool IsWriter = !IsReader;
|
static const bool IsWriter = !IsReader;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
JsonReader(const JsonReader&);
|
||||||
|
JsonReader& operator=(const JsonReader&);
|
||||||
|
|
||||||
void Next();
|
void Next();
|
||||||
|
|
||||||
// PIMPL
|
// PIMPL
|
||||||
@ -131,6 +134,9 @@ public:
|
|||||||
static const bool IsWriter = !IsReader;
|
static const bool IsWriter = !IsReader;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
JsonWriter(const JsonWriter&);
|
||||||
|
JsonWriter& operator=(const JsonWriter&);
|
||||||
|
|
||||||
// PIMPL idiom
|
// PIMPL idiom
|
||||||
void* mWriter; ///< JSON writer.
|
void* mWriter; ///< JSON writer.
|
||||||
void* mStream; ///< Stream buffer.
|
void* mStream; ///< Stream buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user