QMCPACK
DriverDebugChecks.h File Reference
+ Include dependency graph for DriverDebugChecks.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Enumerations

enum  DriverDebugChecks : uint_fast8_t { ALL_OFF = 0x0, CHECKGL_AFTER_LOAD = 0x1, CHECKGL_AFTER_MOVES = 0x2, CHECKGL_AFTER_TMOVE = 0x3 }
 

Functions

constexpr bool operator & (DriverDebugChecks x, DriverDebugChecks y)
 
constexpr DriverDebugChecks operator| (DriverDebugChecks x, DriverDebugChecks y)
 
constexpr DriverDebugChecks operator~ (DriverDebugChecks x)
 
DriverDebugChecks & operator|= (DriverDebugChecks &x, DriverDebugChecks y)