KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CharArrayEqualFunc.h
Go to the documentation of this file.
1 #ifndef CHAR_ARRAY_EQUAL_FUNC_H_
2 #define CHAR_ARRAY_EQUAL_FUNC_H_
3 
11 #include "spear/Wide.h"
12 
13 namespace spear {
14 
15 typedef struct CharArrayEqualFunc
16 {
17  bool operator()(const Char * s1, const Char * s2) const;
19 
20 } // end namespace spear
21 
22 #endif
bool operator()(const Char *s1, const Char *s2) const
Definition: CharArrayEqualFunc.cc:13
char Char
Definition: Wide.h:34
struct spear::CharArrayEqualFunc CharArrayEqualFunc
Definition: CharArrayEqualFunc.h:15