| 
    Cloudy
    
   Spectral Synthesis Code for Astrophysics 
   | 
 
#include <string>

Go to the source code of this file.
Functions | |
| void | VectorHash (const void *key, size_t len, uint32_t seed, void *out) | 
| std::string | VHstream (FILE *io) | 
| std::string | VHstring (const std::string &s) | 
| void VectorHash | ( | const void * | key, | 
| size_t | len, | ||
| uint32_t | seed, | ||
| void * | out | ||
| ) | 
References blocksize, pad_buffer(), stateinit(), VectorHashBody(), VectorHashFinalize(), and vh_nint.
Referenced by VHstream(), and VHstring().

| std::string VHstream | ( | FILE * | io | ) | 
References NULL, posix_memalign_free(), VectorHash(), vh_hwreg_width, and vh_nstate.
Referenced by check_data(), and main().

| std::string VHstring | ( | const std::string & | s | ) |