glbinding  2.1.1.96dbfd46d679
A C++ binding for the OpenGL API, generated using the gl.xml specification.
glbinding::SharedBitfield< Type, Types... > Member List

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 >::typeglbinding::SharedBitfield< Type, Types... >
operator&=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::typeglbinding::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 >::typeglbinding::SharedBitfield< Type, Types... >
operator==(T other) const -> typename std::enable_if< is_member_of_SharedBitfield< T, Type, Types... >::value, bool >::typeglbinding::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 >::typeglbinding::SharedBitfield< Type, Types... >
operator^=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::typeglbinding::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 >::typeglbinding::SharedBitfield< Type, Types... >
operator|=(SharedBitfield< T... > other) -> typename std::enable_if<!std::is_same< typename intersect_SharedBitfield< SharedBitfield, SharedBitfield< T... >>::type, SharedBitfield<>>::value, SharedBitfield & >::typeglbinding::SharedBitfield< Type, Types... >
SharedBitfield(ConstructionType value)glbinding::SharedBitfield< Type, Types... >
SharedBitfield(typename std::underlying_type< Type >::type value)glbinding::SharedBitfield< Type, Types... >
UnderlyingType typedefglbinding::SharedBitfield< Type, Types... >