hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Response.hpp File Reference
#include <string>
#include <map>
#include <Poco/Any.h>
#include <Poco/DynamicFactory.h>
#include <Poco/JSON/Parser.h>
#include <Poco/JSON/PrintHandler.h>
#include <Poco/JSON/JSONException.h>
#include <Poco/Environment.h>
#include "Errors.hpp"
#include "EncodeDecodeBase64.hpp"
Include dependency graph for Response.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HCE::Request
struct  HCE::DataSet
struct  HCE::Documents
struct  HCE::Response

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

Enumerations

enum  HCE::CommandId
enum  {
  HCE::PUT = 0, HCE::GET, HCE::DEL, HCE::CHECK,
  HCE::MANAGE, HCE::LIST
}

Detailed Description