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

or-tools/src/base/hash.h File Reference

#include <hash_map>
#include <hash_set>
#include <string>
#include <utility>
#include "base/basictypes.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
namespace  __gnu_cxx

Classes

struct  __gnu_cxx::hash< T * >
struct  __gnu_cxx::hash< int64 >
struct  __gnu_cxx::hash< std::string >
struct  __gnu_cxx::hash< std::pair< First, Second > >

Functions

static void operations_research::mix (uint32 &a, uint32 &b, uint32 &c)
static void operations_research::mix (uint64 &a, uint64 &b, uint64 &c)
uint32 __gnu_cxx::Hash32NumWithSeed (uint32 num, uint32 c)
uint64 __gnu_cxx::Hash64NumWithSeed (uint64 num, uint64 c)