Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <concise_iterator.h>
Public Types | |
typedef Container | container_type |
typedef Container::value_type | value_type |
typedef Container::iterator | iterator_type |
typedef Container::const_iterator | const_iterator_type |
Public Member Functions | |
MutableIter (container_type &container) | |
NOLINT. | |
MutableIter (const MutableIter &source) | |
MutableIter & | operator= (const MutableIter &source) |
bool | operator== (const MutableIter &iter) const |
value_type * | operator-> () const |
value_type & | operator* () const |
const container_type * | const_container () const |
const_iterator_type | const_iterator () const |
container_type * | container () const |
iterator_type | iterator () const |
MutableIter & | operator++ () |
MutableIter | operator++ (int unused) |
bool | at_end () const |
MutableIter & | erase () |
Definition at line 111 of file concise_iterator.h.
typedef Container operations_research::MutableIter< Container >::container_type |
Definition at line 113 of file concise_iterator.h.
typedef Container::value_type operations_research::MutableIter< Container >::value_type |
Definition at line 114 of file concise_iterator.h.
typedef Container::iterator operations_research::MutableIter< Container >::iterator_type |
Definition at line 115 of file concise_iterator.h.
typedef Container::const_iterator operations_research::MutableIter< Container >::const_iterator_type |
Definition at line 116 of file concise_iterator.h.
operations_research::MutableIter< Container >::MutableIter | ( | container_type & | container | ) | [inline, explicit] |
operations_research::MutableIter< Container >::MutableIter | ( | const MutableIter< Container > & | source | ) | [inline] |
Definition at line 120 of file concise_iterator.h.
MutableIter& operations_research::MutableIter< Container >::operator= | ( | const MutableIter< Container > & | source | ) | [inline] |
Definition at line 124 of file concise_iterator.h.
bool operations_research::MutableIter< Container >::operator== | ( | const MutableIter< Container > & | iter | ) | const [inline] |
Definition at line 129 of file concise_iterator.h.
value_type* operations_research::MutableIter< Container >::operator-> | ( | ) | const [inline] |
Definition at line 132 of file concise_iterator.h.
value_type& operations_research::MutableIter< Container >::operator* | ( | ) | const [inline] |
Definition at line 133 of file concise_iterator.h.
const container_type* operations_research::MutableIter< Container >::const_container | ( | ) | const [inline] |
Definition at line 134 of file concise_iterator.h.
const_iterator_type operations_research::MutableIter< Container >::const_iterator | ( | ) | const [inline] |
Definition at line 135 of file concise_iterator.h.
container_type* operations_research::MutableIter< Container >::container | ( | ) | const [inline] |
Definition at line 136 of file concise_iterator.h.
iterator_type operations_research::MutableIter< Container >::iterator | ( | ) | const [inline] |
Definition at line 137 of file concise_iterator.h.
MutableIter& operations_research::MutableIter< Container >::operator++ | ( | ) | [inline] |
Definition at line 138 of file concise_iterator.h.
MutableIter operations_research::MutableIter< Container >::operator++ | ( | int | unused | ) | [inline] |
Definition at line 142 of file concise_iterator.h.
bool operations_research::MutableIter< Container >::at_end | ( | ) | const [inline] |
Definition at line 147 of file concise_iterator.h.
MutableIter& operations_research::MutableIter< Container >::erase | ( | ) | [inline] |
Definition at line 148 of file concise_iterator.h.