StringEquality Struct Reference

#include <StringEquality.hpp>

List of all members.

Public Member Functions

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


Detailed Description

Todo:
rename this class

Definition at line 26 of file StringEquality.hpp.


Member Function Documentation

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

Definition at line 28 of file StringEquality.hpp.

00029   {
00030     return std::strcmp(s1, s2) < 0;
00031   }


The documentation for this struct was generated from the following file:

Generated on Wed Nov 19 00:15:12 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6