Program Listing for File EmodRetMng.hpp

Return to documentation for file (doc/include/EmodRetMng.hpp)

#ifndef EMOD_RET_MNG_HPP_
#define EMOD_RET_MNG_HPP_

#include <string>

#include "EmodRet.hpp"

class EmodRetMng {
private:
public:
    EmodRetMng();
    ~EmodRetMng();

    static EmodRet getFullRetVal(const EmodRet module_id, const EmodRet error_code);
    static EmodRet getFullRetVal(const EmodRet module_id, const EmodRet funct_id, const EmodRet error_code);
    static std::string getRetValDesc(const EmodRet errorcode);
};

#endif /* EMOD_RET_MNG_HPP_ */