ChimeraTK-DeviceAccess  03.18.00
ChimeraTK::Boolean Class Reference

Wrapper Class to avoid vector<bool> problems. More...

#include <SupportedUserTypes.h>

Public Member Functions

 Boolean ()
 
 Boolean (bool value)
 
 operator const bool & () const
 
 operator bool & ()
 

Detailed Description

Wrapper Class to avoid vector<bool> problems.

Definition at line 21 of file SupportedUserTypes.h.

Constructor & Destructor Documentation

◆ Boolean() [1/2]

ChimeraTK::Boolean::Boolean ( )
inline

Definition at line 23 of file SupportedUserTypes.h.

◆ Boolean() [2/2]

ChimeraTK::Boolean::Boolean ( bool  value)
inline

Definition at line 26 of file SupportedUserTypes.h.

Member Function Documentation

◆ operator bool &()

ChimeraTK::Boolean::operator bool & ( )
inline

Definition at line 29 of file SupportedUserTypes.h.

◆ operator const bool &()

ChimeraTK::Boolean::operator const bool & ( ) const
inline

Definition at line 28 of file SupportedUserTypes.h.


The documentation for this class was generated from the following file: