Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 Thu Aug 25 04:12:32 2005 for OpenSG by  doxygen 1.4.3