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

__gnu_cxx Namespace Reference

namespace operations_research More...


Classes

struct  hash< T * >
struct  hash< int64 >
struct  hash< std::string >
struct  hash< std::pair< First, Second > >
struct  hash< IntType< IntTypeName, ValueType > >

Functions

uint32 Hash32NumWithSeed (uint32 num, uint32 c)
uint64 Hash64NumWithSeed (uint64 num, uint64 c)


Detailed Description

namespace operations_research

Allows it to be used as a key to hashable containers.


Function Documentation

uint32 __gnu_cxx::Hash32NumWithSeed ( uint32  num,
uint32  c 
) [inline]

Definition at line 84 of file hash.h.

uint64 __gnu_cxx::Hash64NumWithSeed ( uint64  num,
uint64  c 
) [inline]

Definition at line 90 of file hash.h.