Json Box  0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
Public Member Functions | Private Attributes | List of all members
JsonBox::Escaper Class Reference

#include <Escaper.h>

Public Member Functions

 Escaper ()
 
std::streambuf::int_type operator() (std::streambuf &destination, std::streambuf::int_type character)
 

Private Attributes

bool afterBackSlash
 
bool inString
 

Constructor & Destructor Documentation

JsonBox::Escaper::Escaper ( )

Member Function Documentation

std::streambuf::int_type JsonBox::Escaper::operator() ( std::streambuf &  destination,
std::streambuf::int_type  character 
)

Member Data Documentation

bool JsonBox::Escaper::afterBackSlash
private
bool JsonBox::Escaper::inString
private

The documentation for this class was generated from the following files: