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_types::ReducingOutputMessage Class Reference

#include <ReducingOutputMessage.hpp>

Inheritance diagram for HCE::reduce_types::ReducingOutputMessage:
Collaboration diagram for HCE::reduce_types::ReducingOutputMessage:

Public Member Functions

 ReducingOutputMessage (const types::MessageType processingType, const int ttl, const std::string &body, const int processingErrorCode, const std::string &processingErrorMsg, int processingElapsedTime)
 ~ReducingOutputMessage ()
int getProcessingErrorCode () const
std::string getProcessingErrorMsg () const
int getProcessingElapsedTime () const
- Public Member Functions inherited from HCE::reduce_types::ReducingBaseMessage
 ReducingBaseMessage (const types::MessageType processingType, const int ttl, const std::string &body)
virtual ~ReducingBaseMessage ()
types::MessageType getProcessingType () const
int getTTL () const
std::string getBody () const

Detailed Description

Definition at line 23 of file ReducingOutputMessage.hpp.

Constructor & Destructor Documentation

HCE::reduce_types::ReducingOutputMessage::ReducingOutputMessage ( const types::MessageType  processingType,
const int  ttl,
const std::string &  body,
const int  processingErrorCode,
const std::string &  processingErrorMsg,
int  processingElapsedTime 
)

Definition at line 6 of file ReducingOutputMessage.cpp.

HCE::reduce_types::ReducingOutputMessage::~ReducingOutputMessage ( )

Definition at line 18 of file ReducingOutputMessage.cpp.

Member Function Documentation

int HCE::reduce_types::ReducingOutputMessage::getProcessingElapsedTime ( ) const

Definition at line 30 of file ReducingOutputMessage.cpp.

int HCE::reduce_types::ReducingOutputMessage::getProcessingErrorCode ( ) const

Definition at line 20 of file ReducingOutputMessage.cpp.

std::string HCE::reduce_types::ReducingOutputMessage::getProcessingErrorMsg ( ) const

Definition at line 25 of file ReducingOutputMessage.cpp.


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