glbinding
2.1.1.96dbfd46d679
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
This is the complete list of members for glbinding::SharedBitfield< Type, Types... >, including all inherited members.
operator Type() const | glbinding::SharedBitfield< Type, Types... > | |
operator&(SharedBitfield< T... > other) const -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type >::type | glbinding::SharedBitfield< Type, Types... > | |
operator&=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::type | glbinding::SharedBitfield< Type, Types... > | |
operator==(SharedBitfield< T... > other) const -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, bool >::type | glbinding::SharedBitfield< Type, Types... > | |
operator==(T other) const -> typename std::enable_if< is_member_of_SharedBitfield< T, Type, Types... >::value, bool >::type | glbinding::SharedBitfield< Type, Types... > | |
operator^(SharedBitfield< T... > other) const -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type >::type | glbinding::SharedBitfield< Type, Types... > | |
operator^=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::type | glbinding::SharedBitfield< Type, Types... > | |
operator|(SharedBitfield< T... > other) const -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type >::type | glbinding::SharedBitfield< Type, Types... > | |
operator|=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::type | glbinding::SharedBitfield< Type, Types... > | |
SharedBitfield(ConstructionType value) | glbinding::SharedBitfield< Type, Types... > | |
SharedBitfield(typename std::underlying_type< Type >::type value) | glbinding::SharedBitfield< Type, Types... > | |
UnderlyingType typedef | glbinding::SharedBitfield< Type, Types... > |