OSG::EQString Struct Reference

#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 545 of file OSGBaseFunctions.h.


Member Function Documentation

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

Definition at line 547 of file OSGBaseFunctions.h.

00548     {
00549         return ::strcmp(s1, s2) == 0;
00550     }


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