Classes | Enumerations

GlobalVariables.h File Reference

#include <string>

Go to the source code of this file.

Classes

class  GlobalVariables
 This class provides some static global variables. More...

Enumerations

enum  PrintLevelValues {
  PRINT_NONE = 0, PRINT_LOG, PRINT_INFO, PRINT_VERBOSE,
  LAST_LEVEL
}
 

The amount of printing required.

More...

Enumeration Type Documentation

The amount of printing required.

Enumerator:
PRINT_NONE 

Don't print anything.

PRINT_LOG 

Print phases and statistics for each phases.

PRINT_INFO 

Print detailed information.

PRINT_VERBOSE 

Print debugging information verbosely.

LAST_LEVEL 

Placeholder for the last item.