JSONR Class Reference

#include <JSONR.h>

Inheritance diagram for JSONR:
MLR

List of all members.

Public Member Functions

 JSONR ()
void startRoot (void)
void endRoot (void)
void startList (const std::string &key)
void addKeyValuePairToList (const std::string &key, const std::string &value)
void endList (const std::string &key)
void start (const std::string &key)
void addKeyValuePair (const std::string &key, const std::string &value)
void end (const std::string &key)
void startList (const char *key)
void addKeyValuePairToList (const char *key, const char *value)
void endList (const char *key)
void start (const char *key)
void addKeyValuePair (const char *key, const char *value)
void end (const char *key)

Constructor & Destructor Documentation

JSONR::JSONR (  ) 

Member Function Documentation

void JSONR::addKeyValuePair ( const char *  key,
const char *  value 
) [virtual]

Implements MLR.

References addKeyValuePair().

void JSONR::addKeyValuePair ( const std::string &  key,
const std::string &  value 
) [virtual]
void JSONR::addKeyValuePairToList ( const char *  key,
const char *  value 
) [virtual]

Implements MLR.

References addKeyValuePairToList().

void JSONR::addKeyValuePairToList ( const std::string &  key,
const std::string &  value 
) [virtual]
void JSONR::end ( const char *  key  )  [virtual]

Implements MLR.

References end().

void JSONR::end ( const std::string &  key  )  [virtual]

Implements MLR.

References MLR::_end(), MLR::_incrementChildren(), MLR::_indent(), and MLR::_ss.

Referenced by end().

void JSONR::endList ( const char *  key  )  [virtual]

Implements MLR.

References endList().

void JSONR::endList ( const std::string &  key  )  [virtual]

Implements MLR.

References MLR::_end(), MLR::_indent(), and MLR::_ss.

Referenced by endList().

void JSONR::endRoot ( void   )  [virtual]

Implements MLR.

References MLR::_ss.

void JSONR::start ( const char *  key  )  [virtual]

Implements MLR.

References start().

void JSONR::start ( const std::string &  key  )  [virtual]
void JSONR::startList ( const char *  key  )  [virtual]

Implements MLR.

References startList().

void JSONR::startList ( const std::string &  key  )  [virtual]
void JSONR::startRoot ( void   )  [virtual]

Implements MLR.

References MLR::_ss.


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

Generated by  doxygen 1.6.2