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::IterableIf Class Reference

#include <ReduceTaskCore.hpp>

Inheritance diagram for HCE::reduce::core::IterableIf:

Public Member Functions

virtual ~IterableIf ()
virtual bool hasNext ()=0
virtual void reset ()=0
virtual void getNext (std::string &key, std::string &value)=0

Detailed Description

The IterableIf must support every class which acts as data storage with ability to explore data

Definition at line 29 of file ReduceTaskCore.hpp.

Constructor & Destructor Documentation

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

Definition at line 31 of file ReduceTaskCore.hpp.

Member Function Documentation

virtual void HCE::reduce::core::IterableIf::getNext ( std::string &  key,
std::string &  value 
)
pure virtual
virtual bool HCE::reduce::core::IterableIf::hasNext ( )
pure virtual
virtual void HCE::reduce::core::IterableIf::reset ( )
pure virtual

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