$extrastylesheet
#include <qoi_set.h>
Public Member Functions | |
| iterator (unsigned int i, const std::vector< bool > &v) | |
| unsigned int | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| unsigned int | _i |
| const std::vector< bool > & | _vecbool |
| libMesh::QoISet::iterator::iterator | ( | unsigned int | i, |
| const std::vector< bool > & | v | ||
| ) | [inline] |
| bool libMesh::QoISet::iterator::operator!= | ( | const iterator & | other | ) | const [inline] |
| unsigned int libMesh::QoISet::iterator::operator* | ( | ) | const [inline] |
| iterator& libMesh::QoISet::iterator::operator++ | ( | ) | [inline] |
| iterator libMesh::QoISet::iterator::operator++ | ( | int | ) | [inline] |
| bool libMesh::QoISet::iterator::operator== | ( | const iterator & | other | ) | const [inline] |
unsigned int libMesh::QoISet::iterator::_i [private] |
Definition at line 81 of file qoi_set.h.
Referenced by iterator(), operator!=(), operator*(), operator++(), and operator==().
const std::vector<bool>& libMesh::QoISet::iterator::_vecbool [private] |
Definition at line 83 of file qoi_set.h.
Referenced by iterator(), operator!=(), operator++(), and operator==().