Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

CompareNameEqual Class Reference

#include <abkfunc.h>

List of all members.

Public Member Functions

 CompareNameEqual ()
bool operator() (const char *s1, const char *s2) const


Constructor & Destructor Documentation

CompareNameEqual::CompareNameEqual  )  [inline]
 

Definition at line 53 of file abkfunc.h.

00053 {}


Member Function Documentation

bool CompareNameEqual::operator() const char *  s1,
const char *  s2
const [inline]
 

Definition at line 54 of file abkfunc.h.

00055                    { return strcmp(s1, s2) == 0; }


The documentation for this class was generated from the following file:
Generated on Mon Apr 25 01:14:09 2005 for Parquete by doxygen 1.3.2