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

osg::LTString 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 less than compare functor used for a STL weak ordering

Definition at line 404 of file OSGBaseFunctions.h.


Member Function Documentation

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

Definition at line 406 of file OSGBaseFunctions.h.

00407     {
00408         return ::strcmp(s1, s2) < 0;
00409     }


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