HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::Flags< BitType > Class Template Reference

#include <vulkan.hpp>

Public Types

using MaskType = typename std::underlying_type< BitType >::type
 

Public Member Functions

VULKAN_HPP_CONSTEXPR Flags () VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags (BitType bit) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags (Flags< BitType > const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VULKAN_HPP_CONSTEXPR Flags (MaskType flags) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator< (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator<= (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator> (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator>= (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator== (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator!= (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR bool operator! () const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags
< BitType > 
operator& (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags
< BitType > 
operator| (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags
< BitType > 
operator^ (Flags< BitType > const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR Flags
< BitType > 
operator~ () const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Flags
< BitType > & 
operator= (Flags< BitType > const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VULKAN_HPP_CONSTEXPR_14 Flags
< BitType > & 
operator|= (Flags< BitType > const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Flags
< BitType > & 
operator&= (Flags< BitType > const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 Flags
< BitType > & 
operator^= (Flags< BitType > const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR operator bool () const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR operator MaskType () const VULKAN_HPP_NOEXCEPT
 

Detailed Description

template<typename BitType>
class VULKAN_HPP_NAMESPACE::Flags< BitType >

Definition at line 384 of file vulkan.hpp.

Member Typedef Documentation

template<typename BitType>
using VULKAN_HPP_NAMESPACE::Flags< BitType >::MaskType = typename std::underlying_type<BitType>::type

Definition at line 387 of file vulkan.hpp.

Constructor & Destructor Documentation

template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::Flags ( )
inline

Definition at line 390 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::Flags ( BitType  bit)
inline

Definition at line 392 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::Flags ( Flags< BitType > const rhs)
default
template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::Flags ( MaskType  flags)
inlineexplicit

Definition at line 396 of file vulkan.hpp.

Member Function Documentation

template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::operator bool ( ) const
inlineexplicit

Definition at line 482 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Flags< BitType >::operator MaskType ( ) const
inlineexplicit

Definition at line 487 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator! ( void  ) const
inline

Definition at line 434 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator!= ( Flags< BitType > const rhs) const
inline

Definition at line 427 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR Flags<BitType> VULKAN_HPP_NAMESPACE::Flags< BitType >::operator& ( Flags< BitType > const rhs) const
inline

Definition at line 440 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR_14 Flags<BitType>& VULKAN_HPP_NAMESPACE::Flags< BitType >::operator&= ( Flags< BitType > const rhs)
inline

Definition at line 469 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator< ( Flags< BitType > const rhs) const
inline

Definition at line 402 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator<= ( Flags< BitType > const rhs) const
inline

Definition at line 407 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR_14 Flags<BitType>& VULKAN_HPP_NAMESPACE::Flags< BitType >::operator= ( Flags< BitType > const rhs)
default
template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator== ( Flags< BitType > const rhs) const
inline

Definition at line 422 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator> ( Flags< BitType > const rhs) const
inline

Definition at line 412 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR bool VULKAN_HPP_NAMESPACE::Flags< BitType >::operator>= ( Flags< BitType > const rhs) const
inline

Definition at line 417 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR Flags<BitType> VULKAN_HPP_NAMESPACE::Flags< BitType >::operator^ ( Flags< BitType > const rhs) const
inline

Definition at line 450 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR_14 Flags<BitType>& VULKAN_HPP_NAMESPACE::Flags< BitType >::operator^= ( Flags< BitType > const rhs)
inline

Definition at line 475 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR Flags<BitType> VULKAN_HPP_NAMESPACE::Flags< BitType >::operator| ( Flags< BitType > const rhs) const
inline

Definition at line 445 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR_14 Flags<BitType>& VULKAN_HPP_NAMESPACE::Flags< BitType >::operator|= ( Flags< BitType > const rhs)
inline

Definition at line 463 of file vulkan.hpp.

template<typename BitType>
VULKAN_HPP_CONSTEXPR Flags<BitType> VULKAN_HPP_NAMESPACE::Flags< BitType >::operator~ ( ) const
inline

Definition at line 455 of file vulkan.hpp.


The documentation for this class was generated from the following file: