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

operations_research::SimpleRevFIFO< T >::Iterator Class Reference

This iterator is not stable with respect to deletion. More...

#include <constraint_solveri.h>

List of all members.

Public Member Functions

 Iterator (const SimpleRevFIFO< T > *l)
bool ok () const
operator* () const
void operator++ ()


Detailed Description

template<class T>
class operations_research::SimpleRevFIFO< T >::Iterator

This iterator is not stable with respect to deletion.

Definition at line 161 of file constraint_solveri.h.


Constructor & Destructor Documentation

template<class T>
operations_research::SimpleRevFIFO< T >::Iterator::Iterator ( const SimpleRevFIFO< T > *  l  )  [inline, explicit]

Definition at line 163 of file constraint_solveri.h.


Member Function Documentation

template<class T>
bool operations_research::SimpleRevFIFO< T >::Iterator::ok (  )  const [inline]

Definition at line 165 of file constraint_solveri.h.

template<class T>
T operations_research::SimpleRevFIFO< T >::Iterator::operator* (  )  const [inline]

Definition at line 166 of file constraint_solveri.h.

template<class T>
void operations_research::SimpleRevFIFO< T >::Iterator::operator++ (  )  [inline]

Definition at line 167 of file constraint_solveri.h.


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