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::const_reverse_iterator | const_reverse_iterator_type |
Public Member Functions | |
ConstReverseIter (const container_type &container) | |
ConstReverseIter (const ConstReverseIter &source) | |
ConstReverseIter & | operator= (const ConstReverseIter &source) |
bool | operator== (const ConstReverseIter &iter) const |
const value_type * | operator-> () const |
const value_type & | operator* () const |
const container_type * | const_container () const |
const_reverse_iterator_type | const_reverse_iterator () const |
ConstReverseIter & | operator++ () |
ConstReverseIter | operator++ (int unused) |
bool | at_end () const |
Definition at line 158 of file concise_iterator.h.
typedef Container operations_research::ConstReverseIter< Container >::container_type |
Definition at line 160 of file concise_iterator.h.
typedef Container::value_type operations_research::ConstReverseIter< Container >::value_type |
Definition at line 161 of file concise_iterator.h.
typedef Container::const_reverse_iterator operations_research::ConstReverseIter< Container >::const_reverse_iterator_type |
Definition at line 163 of file concise_iterator.h.
operations_research::ConstReverseIter< Container >::ConstReverseIter | ( | const container_type & | container | ) | [inline, explicit] |
Definition at line 165 of file concise_iterator.h.
operations_research::ConstReverseIter< Container >::ConstReverseIter | ( | const ConstReverseIter< Container > & | source | ) | [inline] |
Definition at line 167 of file concise_iterator.h.
ConstReverseIter& operations_research::ConstReverseIter< Container >::operator= | ( | const ConstReverseIter< Container > & | source | ) | [inline] |
Definition at line 171 of file concise_iterator.h.
bool operations_research::ConstReverseIter< Container >::operator== | ( | const ConstReverseIter< Container > & | iter | ) | const [inline] |
Definition at line 176 of file concise_iterator.h.
const value_type* operations_research::ConstReverseIter< Container >::operator-> | ( | ) | const [inline] |
Definition at line 179 of file concise_iterator.h.
const value_type& operations_research::ConstReverseIter< Container >::operator* | ( | ) | const [inline] |
Definition at line 180 of file concise_iterator.h.
const container_type* operations_research::ConstReverseIter< Container >::const_container | ( | ) | const [inline] |
Definition at line 181 of file concise_iterator.h.
const_reverse_iterator_type operations_research::ConstReverseIter< Container >::const_reverse_iterator | ( | ) | const [inline] |
Definition at line 182 of file concise_iterator.h.
ConstReverseIter& operations_research::ConstReverseIter< Container >::operator++ | ( | ) | [inline] |
Definition at line 184 of file concise_iterator.h.
ConstReverseIter operations_research::ConstReverseIter< Container >::operator++ | ( | int | unused | ) | [inline] |
Definition at line 188 of file concise_iterator.h.
bool operations_research::ConstReverseIter< Container >::at_end | ( | ) | const [inline] |
Definition at line 193 of file concise_iterator.h.