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::drce::DRCEDefaultJSON Class Reference

#include <DRCEDefaultJSON.hpp>

Public Member Functions

 DRCEDefaultJSON (unsigned int dataItemsCount=0, unsigned int filesCount=0)
 ~DRCEDefaultJSON ()
bool makeJSON (unsigned int dataItemsCount=0, unsigned int filesCount=0)
const std::string & getJSON (void) const
const std::string & getErrorMsg (void) const
unsigned int getErrorCode (void) const
bool isError (void) const

Friends

std::ostream & operator<< (std::ostream &os, const DRCEDefaultJSON &defaultJson)

Detailed Description

Definition at line 25 of file DRCEDefaultJSON.hpp.

Constructor & Destructor Documentation

HCE::drce::DRCEDefaultJSON::DRCEDefaultJSON ( unsigned int  dataItemsCount = 0,
unsigned int  filesCount = 0 
)
explicit

Definition at line 11 of file DRCEDefaultJSON.cpp.

Here is the call graph for this function:

HCE::drce::DRCEDefaultJSON::~DRCEDefaultJSON ( )
inline

Definition at line 29 of file DRCEDefaultJSON.hpp.

Member Function Documentation

unsigned int HCE::drce::DRCEDefaultJSON::getErrorCode ( void  ) const
inline

Definition at line 35 of file DRCEDefaultJSON.hpp.

const std::string& HCE::drce::DRCEDefaultJSON::getErrorMsg ( void  ) const
inline

Definition at line 34 of file DRCEDefaultJSON.hpp.

const std::string& HCE::drce::DRCEDefaultJSON::getJSON ( void  ) const
inline

Definition at line 33 of file DRCEDefaultJSON.hpp.

Here is the caller graph for this function:

bool HCE::drce::DRCEDefaultJSON::isError ( void  ) const
inline

Definition at line 36 of file DRCEDefaultJSON.hpp.

bool HCE::drce::DRCEDefaultJSON::makeJSON ( unsigned int  dataItemsCount = 0,
unsigned int  filesCount = 0 
)

Definition at line 55 of file DRCEDefaultJSON.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DRCEDefaultJSON defaultJson 
)
friend

Definition at line 78 of file DRCEDefaultJSON.cpp.


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