22 #ifndef Tools_Lib_CommandInterpreter_h
23 #define Tools_Lib_CommandInterpreter_h
58 #endif // Tools_Lib_CommandInterpreter_h
std::string String
A String is simply a typedef to std::string.
String format(const char *fmt,...)
Returns a String using printf like format facilities Vanilla snprintf is about 1.5x faster than this...
virtual int execute_line(const String &line)=0
void set_timestamp_output_format(const String &format)
void set_silent(bool silent)
void set_interactive_mode(bool mode)
std::shared_ptr< CommandInterpreter > CommandInterpreterPtr
int m_timestamp_output_format
A String class based on std::string.
void set_test_mode(bool mode)
int timestamp_output_format()