![]() |
glbinding
3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
Boolean type based on an 8-bit integer. More...
#include <glbinding/Boolean8.h>
Public Types | |
using | underlying_type = unsigned char |
Type used for storing the value. | |
Public Attributes | |
underlying_type | m_value |
Value | |
Boolean type based on an 8-bit integer.
Type used for storing the value.
|
inline |
Constructor.
false
|
inline |
Constructor.
[in] | on | Initial value |
|
inline |
Constructor.
[in] | on | Initial value |
|
inline |
Constructor.
[in] | on | Initial value |
|
inline |
Constructor.
[in] | on | Initial value |
|
inline |
Constructor.
[in] | on | Initial value |
|
inlineexplicit |
Type cast operator.
bool
|
inlineexplicit |
Type cast operator.
char
|
inlineexplicit |
Type cast operator.
unsigned char
|
inlineexplicit |
Type cast operator.
int
|
inlineexplicit |
Type cast operator.
unsigned int
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
|
inline |
Comparison operator.
[in] | other | Other value |
References m_value, and glbinding::Value< T >::m_value.
underlying_type glbinding::Boolean8::m_value |
Value
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().