SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SyntaxHighLight.h
Go to the documentation of this file.
1 
3 {
4  public:
7  {
9  }
10 
13  {
14  command_prefix="\033[1;31m";
15  command_suffix="\033[0m";
16  prompt_prefix="\033[1;34";
17  prompt_suffix="\033[0m";
18  }
19 
22  {
23  command_prefix="";
24  command_suffix="";
25  prompt_prefix="";
26  prompt_suffix="";
27  }
28 
31  {
32  command_prefix="\b ";
33  command_suffix="";
34  prompt_prefix="";
35  prompt_suffix="";
36  }
37 
41  const char* get_command_prefix()
42  {
43  return command_prefix;
44  }
45 
49  const char* get_command_suffix()
50  {
51  return command_suffix;
52  }
53 
57  const char* get_prompt_prefix()
58  {
59  return prompt_prefix;
60  }
61 
65  const char* get_prompt_suffix()
66  {
67  return prompt_suffix;
68  }
69 
70  public:
72  const char* command_prefix;
74  const char* command_suffix;
76  const char* prompt_prefix;
78  const char* prompt_suffix;
79 };
const char * command_suffix
void set_ansi_syntax_hilighting()
const char * prompt_prefix
void set_doxygen_syntax_hilighting()
const char * prompt_suffix
const char * get_command_suffix()
const char * get_command_prefix()
const char * get_prompt_suffix()
const char * command_prefix
void disable_syntax_hilighting()
const char * get_prompt_prefix()
the syntax highlight

SHOGUN Machine Learning Toolbox - Documentation