|
CBMC
|
#include <string>
Include dependency graph for string_hash.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | string_hash |
Functions | |
| size_t | hash_string (const std::string &s) |
| size_t | hash_string (const char *s) |
string hashing
Definition in file string_hash.h.
| size_t hash_string | ( | const char * | s | ) |
Definition at line 25 of file string_hash.cpp.
| size_t hash_string | ( | const std::string & | s | ) |
Definition at line 14 of file string_hash.cpp.