glbinding  3.0.2.58901078581f
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... >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... >