osg::EQString Struct Reference
[STLHelpersString Functions]

#include <OSGBaseFunctions.h>

List of all members.

Public Member Functions

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


Detailed Description

String equal compare functor

Definition at line 418 of file OSGBaseFunctions.h.


Member Function Documentation

bool osg::EQString::operator() ( const Char8 s1,
const Char8 s2 
) const [inline]

Definition at line 420 of file OSGBaseFunctions.h.

00421     {
00422         return ::strcmp(s1, s2) == 0;
00423     }


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

Generated on Mon Mar 17 12:03:09 2008 for OpenSG by  doxygen 1.5.5