Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ base/

operations_research::MutableReverseIter< Container > Class Template Reference

#include <concise_iterator.h>

List of all members.

Public Types

typedef Container container_type
typedef Container::value_type value_type
typedef Container::reverse_iterator reverse_iterator_type
typedef
Container::const_reverse_iterator 
const_reverse_iterator_type

Public Member Functions

 MutableReverseIter (container_type &container)
 NOLINT.
 MutableReverseIter (const MutableReverseIter &source)
MutableReverseIteroperator= (const MutableReverseIter &source)
bool operator== (const MutableReverseIter &iter) const
value_typeoperator-> () const
value_typeoperator* () const
const container_typeconst_container () const
const_reverse_iterator_type const_reverse_iterator () const
container_typecontainer () const
reverse_iterator_type reverse_iterator () const
MutableReverseIteroperator++ ()
MutableReverseIter operator++ (int unused)
bool at_end () const


Detailed Description

template<class Container>
class operations_research::MutableReverseIter< Container >

Definition at line 201 of file concise_iterator.h.


Member Typedef Documentation

template<class Container>
typedef Container operations_research::MutableReverseIter< Container >::container_type

Definition at line 203 of file concise_iterator.h.

template<class Container>
typedef Container::value_type operations_research::MutableReverseIter< Container >::value_type

Definition at line 204 of file concise_iterator.h.

template<class Container>
typedef Container::reverse_iterator operations_research::MutableReverseIter< Container >::reverse_iterator_type

Definition at line 205 of file concise_iterator.h.

template<class Container>
typedef Container::const_reverse_iterator operations_research::MutableReverseIter< Container >::const_reverse_iterator_type

Definition at line 207 of file concise_iterator.h.


Constructor & Destructor Documentation

template<class Container>
operations_research::MutableReverseIter< Container >::MutableReverseIter ( container_type container  )  [inline, explicit]

NOLINT.

Definition at line 209 of file concise_iterator.h.

template<class Container>
operations_research::MutableReverseIter< Container >::MutableReverseIter ( const MutableReverseIter< Container > &  source  )  [inline]

Definition at line 211 of file concise_iterator.h.


Member Function Documentation

template<class Container>
MutableReverseIter& operations_research::MutableReverseIter< Container >::operator= ( const MutableReverseIter< Container > &  source  )  [inline]

Definition at line 215 of file concise_iterator.h.

template<class Container>
bool operations_research::MutableReverseIter< Container >::operator== ( const MutableReverseIter< Container > &  iter  )  const [inline]

Definition at line 220 of file concise_iterator.h.

template<class Container>
value_type* operations_research::MutableReverseIter< Container >::operator-> (  )  const [inline]

Definition at line 223 of file concise_iterator.h.

template<class Container>
value_type& operations_research::MutableReverseIter< Container >::operator* (  )  const [inline]

Definition at line 224 of file concise_iterator.h.

template<class Container>
const container_type* operations_research::MutableReverseIter< Container >::const_container (  )  const [inline]

Definition at line 225 of file concise_iterator.h.

template<class Container>
const_reverse_iterator_type operations_research::MutableReverseIter< Container >::const_reverse_iterator (  )  const [inline]

Definition at line 226 of file concise_iterator.h.

template<class Container>
container_type* operations_research::MutableReverseIter< Container >::container (  )  const [inline]

Definition at line 228 of file concise_iterator.h.

template<class Container>
reverse_iterator_type operations_research::MutableReverseIter< Container >::reverse_iterator (  )  const [inline]

Definition at line 229 of file concise_iterator.h.

template<class Container>
MutableReverseIter& operations_research::MutableReverseIter< Container >::operator++ (  )  [inline]

Definition at line 230 of file concise_iterator.h.

template<class Container>
MutableReverseIter operations_research::MutableReverseIter< Container >::operator++ ( int  unused  )  [inline]

Definition at line 234 of file concise_iterator.h.

template<class Container>
bool operations_research::MutableReverseIter< Container >::at_end (  )  const [inline]

Definition at line 239 of file concise_iterator.h.


The documentation for this class was generated from the following file: