All Classes Files Functions Variables Typedefs Pages
Public Member Functions | List of all members
IndexSlot Class Reference

Inherits SingleBase.

Public Member Functions

 IndexSlot (unsigned int &data)
 
IndexSlotoperator= (unsigned int v)
 
IndexSlotoperator= (IndexSlot &copy)
 
IndexSlotoperator= (GLIndex)
 
- Public Member Functions inherited from SingleBase
void setServiceContext (config::ServiceContext cnt)
 
template<typename Ex , LogLevel LL, typename... Ts>
Error Notice Debug void logAndThrow (Ts...args)
 

Additional Inherited Members

- Protected Member Functions inherited from SingleBase
template<typename... Ts>
void logCritical (Ts...args)
 
template<typename... Ts>
void logError (Ts...args)
 
template<typename... Ts>
void logWarning (Ts...args)
 
template<typename... Ts>
void logNotice (Ts...args)
 
template<typename... Ts>
void log (Ts...args)
 
template<typename... Ts>
void logDebug (Ts...args)
 
template<typename Ex , LogLevel LL = LogLevel::Error, typename... Ts>
void logAndThrow (Ts...args)