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::SolidusEscaper Class Reference

#include <SolidusEscaper.h>

Public Member Functions

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

Private Attributes

bool afterBackSlash
 
bool inString
 

Constructor & Destructor Documentation

JsonBox::SolidusEscaper::SolidusEscaper ( )

Member Function Documentation

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

Member Data Documentation

bool JsonBox::SolidusEscaper::afterBackSlash
private
bool JsonBox::SolidusEscaper::inString
private

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