TTK
Loading...
Searching...
No Matches
Namespaces | Enumerations | Variables
ttk::debug Namespace Reference

Namespaces

namespace  output
 

Enumerations

enum class  Priority : int {
  ERROR , WARNING , PERFORMANCE , INFO ,
  DETAIL , VERBOSE
}
 
enum class  Separator : char {
  L0 = '' , L1 = '=' , L2 = '-' , SLASH = '/' ,
  BACKSLASH = '\\'
}
 
enum class  LineMode : int { NEW , APPEND , REPLACE }
 

Variables

const int LINEWIDTH = 80
 

Enumeration Type Documentation

◆ LineMode

enum class ttk::debug::LineMode : int
strong
Enumerator
NEW 
APPEND 
REPLACE 

Definition at line 60 of file Debug.h.

◆ Priority

enum class ttk::debug::Priority : int
strong
Enumerator
ERROR 
WARNING 
PERFORMANCE 
INFO 
DETAIL 
VERBOSE 

Definition at line 43 of file Debug.h.

◆ Separator

enum class ttk::debug::Separator : char
strong
Enumerator
L0 
L1 
L2 
SLASH 
BACKSLASH 

Definition at line 52 of file Debug.h.

Variable Documentation

◆ LINEWIDTH

const int ttk::debug::LINEWIDTH = 80

Definition at line 85 of file Debug.h.