HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
PocoJSONExtractor.hpp
Go to the documentation of this file.
1
14
#ifndef POCOJSONEXTRACTOR_HPP_
15
#define POCOJSONEXTRACTOR_HPP_
16
17
#include <Poco/JSON/Object.h>
18
19
namespace
HCE
20
{
21
namespace
reduce_convertors
22
{
23
24
class
PocoJSONExtractor
{
25
public
:
26
PocoJSONExtractor
(
const
std::string& json);
27
virtual
~PocoJSONExtractor
();
28
29
int
extractAsInt
(
const
std::string& key);
30
std::string
extractAsString
(
const
std::string& key);
31
32
private
:
33
Poco::JSON::Object::Ptr obj;
34
35
PocoJSONExtractor
();
36
};
37
38
}
39
}
40
41
#endif
sources
reduceHandler
src
PocoJSONExtractor.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2