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::DataSet Struct Reference

#include <Response.hpp>

Public Member Functions

 DataSet ()
 DataSet (const std::map< std::string, std::string > &docs)
std::string jsonToString () const
bool operator== (const HCE::DataSet &rhs) const

Public Attributes

std::string data
Poco::JSON::Object item

Detailed Description

Documents struct

Definition at line 101 of file Response.hpp.

Constructor & Destructor Documentation

HCE::DataSet::DataSet ( )
inline

< TODO empty documents

Definition at line 103 of file Response.hpp.

HCE::DataSet::DataSet ( const std::map< std::string, std::string > &  docs)
inline

< TODO

Definition at line 109 of file Response.hpp.

Here is the call graph for this function:

Member Function Documentation

std::string HCE::DataSet::jsonToString ( ) const
inline

< TODO convert json to string

Definition at line 132 of file Response.hpp.

Here is the caller graph for this function:

bool HCE::DataSet::operator== ( const HCE::DataSet rhs) const
inline

< TODO

Definition at line 139 of file Response.hpp.

Member Data Documentation

std::string HCE::DataSet::data

Definition at line 146 of file Response.hpp.

Poco::JSON::Object HCE::DataSet::item

Definition at line 147 of file Response.hpp.


The documentation for this struct was generated from the following file: