|
libMesh
|
#include <qoi_set.h>
Public Member Functions | |
| iterator (std::size_t i, const std::vector< bool > &v) | |
| std::size_t | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| std::size_t | _i |
| const std::vector< bool > & | _vecbool |
|
inline |
|
inline |
|
inline |
Definition at line 67 of file qoi_set.h.
|
inline |
|
private |
Definition at line 88 of file qoi_set.h.
Referenced by iterator(), operator!=(), operator*(), operator++(), and operator==().
|
private |
Definition at line 90 of file qoi_set.h.
Referenced by iterator(), operator!=(), operator++(), and operator==().
1.8.14