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::reduce::core::StorableIf Class Reference

#include <ReduceTaskCore.hpp>

Inheritance diagram for HCE::reduce::core::StorableIf:

Public Member Functions

virtual ~StorableIf ()
virtual void addKeyValue (const std::string &key, const std::string &value)=0

Detailed Description

The StorableIf must support every class which acts as data storage with ability storage data

Definition at line 42 of file ReduceTaskCore.hpp.

Constructor & Destructor Documentation

virtual HCE::reduce::core::StorableIf::~StorableIf ( )
inlinevirtual

Definition at line 44 of file ReduceTaskCore.hpp.

Member Function Documentation

virtual void HCE::reduce::core::StorableIf::addKeyValue ( const std::string &  key,
const std::string &  value 
)
pure virtual

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