KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CharArrayHashFunc.h
Go to the documentation of this file.
1 #ifndef CHAR_ARRAY_HASH_FUNC_H_
2 #define CHAR_ARRAY_HASH_FUNC_H_
3 
12 #include <cstdio>
13 
14 #include "spear/Wide.h"
15 
16 namespace spear {
17 
18 typedef struct CharArrayHashFunc
19 {
20  size_t operator()(const Char * s) const;
22 
23 } // end namespace spear
24 
25 #endif
Definition: CharArrayHashFunc.h:18
char Char
Definition: Wide.h:34
struct spear::CharArrayHashFunc CharArrayHashFunc
size_t operator()(const Char *s) const
Definition: CharArrayHashFunc.cc:12