webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
angle::BitSetIterator< N >::Iterator Class Referencefinal

#include <BitSetIterator.h>

Public Member Functions

 Iterator (const std::bitset< N > &bits)
 
Iteratoroperator++ ()
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
unsigned long operator* () const
 

Constructor & Destructor Documentation

◆ Iterator()

template<size_t N>
angle::BitSetIterator< N >::Iterator::Iterator ( const std::bitset< N > &  bits)

Member Function Documentation

◆ operator!=()

template<size_t N>
bool angle::BitSetIterator< N >::Iterator::operator!= ( const Iterator other) const

◆ operator*()

template<size_t N>
unsigned long angle::BitSetIterator< N >::Iterator::operator* ( ) const
inline

◆ operator++()

template<size_t N>
BitSetIterator< N >::Iterator & angle::BitSetIterator< N >::Iterator::operator++ ( )

◆ operator==()

template<size_t N>
bool angle::BitSetIterator< N >::Iterator::operator== ( const Iterator other) const

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