webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BitSetIterator.h>
Public Member Functions | |
Iterator (const std::bitset< N > &bits) | |
Iterator & | operator++ () |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
unsigned long | operator* () const |
angle::BitSetIterator< N >::Iterator::Iterator | ( | const std::bitset< N > & | bits | ) |
bool angle::BitSetIterator< N >::Iterator::operator!= | ( | const Iterator & | other | ) | const |
|
inline |
BitSetIterator< N >::Iterator & angle::BitSetIterator< N >::Iterator::operator++ | ( | ) |
bool angle::BitSetIterator< N >::Iterator::operator== | ( | const Iterator & | other | ) | const |