14 #include "Reference.h"
26 LogFile ( const std::string& filename);
29 void add ( const std::string& index, const std::string& message);
36 typedef std::map<std::string,std::string> container;
A list of strings indexed by another string. Definition: LogFile.h:18
void add(const std::string &index, const std::string &message) add a log message Definition: LogFile.C:39
std::string get_message(const std::string &index) get a log message Definition: LogFile.C:50
A convenient exception handling class. Definition: Error.h:54
LogFile() Null constructor. Definition: LogFile.h:28
Manages Reference::To references to the instance. Definition: ReferenceAble.h:40
Generated using doxygen 1.8.17
|