Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <deque>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
Classes | |
class | operations_research::ConstIter< Container > |
class | operations_research::MutableIter< Container > |
Note: this class is not compatible with sets (operator* returns a non-const reference). More... | |
class | operations_research::ConstReverseIter< Container > |
class | operations_research::MutableReverseIter< Container > |
class | operations_research::Eraser< Container > |
This class performs an iterator-friendly erasure: the element pointed at gets removed from the container and the iterator remains valid and points to the next element. More... | |
class | operations_research::Eraser< std::vector< T > > |
This version of the Eraser works for vectors. More... | |
class | operations_research::Eraser< std::deque< T > > |
This version of the Eraser works for deques. More... |