alternative Standard Libary  0.29.8
hash.hpp-Dateireferenz
#include "adler32.hpp"
#include "bernstein.hpp"
#include "fletcher.hpp"
#include "crc32.hpp"
#include "fnv1a.hpp"
#include "ramakrishna.hpp"
#include "weinberg.hpp"
#include "../singleton.hpp"
+ Include-Abhängigkeitsdiagramm für hash.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::hasher< HashClass >
 
struct  std::hash< T, THasher >
 

Namensbereiche

 std
 

Typdefinitionen

using std::adl32_t = adler32< 65521 >
 
using std::brnst_t = bernstein< 0 >
 
using std::flt16_t = fletcher16< 0 >
 
using std::flt32_t = fletcher32< 0 >
 
using std::fnv1a_t = fnv1a< 2166136261 >
 
using std::wberg_t = weinberg< 0 >
 
using std::crc32_t = crc32< 0x04c11db7 >
 
using std::crc32_k = crc32< 0x741B8CD7 >
 
using std::crc32_q = crc32< 0x814141AB >
 
using std::default_hasher = ASSTL_HASH_DEFAULT
 
typedef unsigned long std::hash_value_t