#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | coco::termination_reason |
This class holds the reason of termination of inference and management modules. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Functions | |
const std::string & | coco::get_translated_message (const std::string &msg) |
A datamap function for message translation. | |
void | coco::set_translation_map (const std::map< std::string, std::string > &tr_msg_map) |
A datamap function for setting the message translation map. | |
std::ostream & | coco::operator<< (std::ostream &o, const termination_reason &__x) |
C++ stream output operator for the termination_reason. |
Definition in file termreason.h.