EvolvingObjects
|
JSON entity. More...
#include <Entity.h>
Public Member Functions | |
virtual | ~Entity () |
Virtual dtor (base class). | |
virtual std::ostream & | print (std::ostream &out) const =0 |
Prints the content of a JSON object into a stream. |
JSON entity.
This class represents a JSON entity, which can be JSON objects, strings or arrays. It is the base class for the JSON hierarchy.
virtual std::ostream& eoserial::Entity::print | ( | std::ostream & | out | ) | const [pure virtual] |
Prints the content of a JSON object into a stream.
out | The stream in which we're printing. |
Implemented in eoserial::Array, eoserial::Object, and eoserial::String.