glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
glbinding::SharedBitfield< Type, Types... > Member List

This is the complete list of members for glbinding::SharedBitfield< Type, Types... >, including all inherited members.

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