HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::reduce_convertors::PocoJSONBuilder Class Reference

#include <PocoJSONBuilder.hpp>

Public Member Functions

 PocoJSONBuilder ()
virtual ~PocoJSONBuilder ()
void add (const std::string &key, const Poco::Dynamic::Var &value)
std::string build ()

Detailed Description

Definition at line 25 of file PocoJSONBuilder.hpp.

Constructor & Destructor Documentation

HCE::reduce_convertors::PocoJSONBuilder::PocoJSONBuilder ( )

Definition at line 11 of file PocoJSONBuilder.cpp.

HCE::reduce_convertors::PocoJSONBuilder::~PocoJSONBuilder ( )
virtual

Definition at line 15 of file PocoJSONBuilder.cpp.

Member Function Documentation

void HCE::reduce_convertors::PocoJSONBuilder::add ( const std::string &  key,
const Poco::Dynamic::Var &  value 
)

Definition at line 27 of file PocoJSONBuilder.cpp.

Here is the caller graph for this function:

std::string HCE::reduce_convertors::PocoJSONBuilder::build ( )

Definition at line 18 of file PocoJSONBuilder.cpp.

Here is the caller graph for this function:


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