Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Macros | Functions
hash.cc File Reference
#include <string.h>
#include "util/coding.h"
#include "util/hash.h"
Include dependency graph for hash.cc:

Go to the source code of this file.

Namespaces

 leveldb
 

Macros

#define FALLTHROUGH_INTENDED   do { } while (0)
 

Functions

uint32_t leveldb::Hash (const char *data, size_t n, uint32_t seed)
 

Macro Definition Documentation

#define FALLTHROUGH_INTENDED   do { } while (0)

Definition at line 13 of file hash.cc.