dodo::data::format::json::processor Class Reference
provides JSON operations More...
#include <dataFormatJsonProcessor.h>
Public Member Functions | |
| processor () | |
| contructor | |
| ~processor () | |
| destructor | |
| void | make (const node &root, const io::channel &io) |
| node | process (const io::channel &io) |
| void | fromMap (const dodoStringMap &root, const io::channel &io) |
| dodoStringMap | toMap (const io::channel &io) |
Detailed Description
provides JSON operations
Definition at line 51 of file dataFormatJsonProcessor.h.
Constructor & Destructor Documentation
| dodo::data::format::json::processor::processor | ( | ) |
contructor
| dodo::data::format::json::processor::~processor | ( | ) |
destructor
Member Function Documentation
| void dodo::data::format::json::processor::fromMap | ( | const dodoStringMap & | root, | |
| const io::channel & | io | |||
| ) |
- Parameters:
-
root defines root of unserialized JSON object io defines output destination for serialized JSON object
| void dodo::data::format::json::processor::make | ( | const node & | root, | |
| const io::channel & | io | |||
| ) |
- Parameters:
-
root defines root of unserialized JSON object io defines output destination for serialized JSON object
| node dodo::data::format::json::processor::process | ( | const io::channel & | io | ) |
- Returns:
- root of unserialized JSON object
- Parameters:
-
io defines input source that contains serialized JSON object
| dodoStringMap dodo::data::format::json::processor::toMap | ( | const io::channel & | io | ) |
- Parameters:
-
io defines IO source that contains serialized JSON object
The documentation for this class was generated from the following file:
- include/libdodo/dataFormatJsonProcessor.h
Generated on Sun Nov 8 03:44:48 2009 for libdodo by
1.6.1

