hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <Poco/Checksum.h>
#include <Poco/Dynamic/Var.h>
#include <Poco/Dynamic/Struct.h>
#include <Poco/Environment.h>
#include <Poco/JSON/Object.h>
#include <Poco/JSON/Array.h>
#include <map>
#include <vector>
#include "JsonObjectExeption.hpp"
Go to the source code of this file.
Classes | |
class | HCE::utils::JsonObjExtractor |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::utils |
Definition of JsonObjExtractor class. It class exctract nodes from given Poco::JSON::Object::Ptr object by path, also can check nodes type. Also provides static method which converts node's path from "std::vector<Poco::Dynamic::Var>" type to the it's string representation.
Definition in file JsonObjExtractor.hpp.