OpenWAM
labels.hpp
Go to the documentation of this file.
1 #ifndef LABELS_HPP
2 #define LABELS_HPP
3 
30 #include <map>
31 #include <string>
32 
33 namespace OpenWAM_labels {
34  extern std::map<int, std::string> labels;
35 }
36 
40 void init_labels();
41 
50 std::string PutLabel(int idx);
51 
52 #endif
init_labels
void init_labels()
Initialises the labels.
Definition: labels.cpp:35
PutLabel
std::string PutLabel(int idx)
Returns an integer.
Definition: labels.cpp:475