#include <coconut_config.h>#include <string>#include <map>

Go to the source code of this file.
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Functions | |
| void | coco::set_translation_map (const std::map< std::string, std::string > &tr_msg_map) |
| A datamap function for setting the message translation map. | |
| const std::string & | coco::get_translated_message (const std::string &msg) |
| A datamap function for message translation. | |
Definition in file termreason.cc.
1.5.8