hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::reduce_convertors::PocoJSONExtractor Class Reference

#include <PocoJSONExtractor.hpp>

Public Member Functions

 PocoJSONExtractor (const std::string &json)
virtual ~PocoJSONExtractor ()
int extractAsInt (const std::string &key)
std::string extractAsString (const std::string &key)

Detailed Description

Definition at line 24 of file PocoJSONExtractor.hpp.

Constructor & Destructor Documentation

HCE::reduce_convertors::PocoJSONExtractor::PocoJSONExtractor ( const std::string &  json)

Definition at line 10 of file PocoJSONExtractor.cpp.

HCE::reduce_convertors::PocoJSONExtractor::~PocoJSONExtractor ( )
virtual

Definition at line 18 of file PocoJSONExtractor.cpp.

Member Function Documentation

int HCE::reduce_convertors::PocoJSONExtractor::extractAsInt ( const std::string &  key)

Definition at line 21 of file PocoJSONExtractor.cpp.

Here is the caller graph for this function:

std::string HCE::reduce_convertors::PocoJSONExtractor::extractAsString ( const std::string &  key)

Definition at line 27 of file PocoJSONExtractor.cpp.

Here is the caller graph for this function:


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