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

or-tools/src/util/const_int_ptr_array.h File Reference

#include <stddef.h>
#include <algorithm>
#include <functional>
#include "base/hash.h"
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/stringprintf.h"
#include "base/concise_iterator.h"
#include "base/map-util.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

class  operations_research::ConstIntPtrArray< T >
 This class is used to store pairs of <T*, int64>. More...
struct  operations_research::ConstIntPtrArray< T >::Cell
 A cell is used to store pairs of <T, int64>. More...
struct  operations_research::ConstIntPtrArray< T >::CompareValuesLT
 Comparison helpers. This one sorts in a increasing way. More...
struct  operations_research::ConstIntPtrArray< T >::CompareValuesGT
 Comparison helpers. This one sorts in a decreasing way. More...