Documentation

Generated on Thu Aug 31 00:02:41 2006

 

Utilities::eqstr Struct Reference

#include <Utilities.h>

List of all members.


Public Member Functions

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

Detailed Description

Definition at line 38 of file Utilities.h.


Member Function Documentation

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

Definition at line 40 of file Utilities.h.

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


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