libglass::ConstStringPointerCompare Class Reference

#include <types.h>

List of all members.

Public Member Functions

int operator() (const string *const x, const string *const y) const


Detailed Description

Provides a comparison operator for pointers to const strings.
See also:
StringPointerCompare.

Definition at line 185 of file types.h.


Member Function Documentation

int libglass::ConstStringPointerCompare::operator() ( const string *const   x,
const string *const   y 
) const [inline]

Compares two strings that are passed as pointers.

Parameters:
x Pointer to the first string.
y Pointer to the second string.
Returns:
The value of (*x < *y)

Definition at line 193 of file types.h.


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

Generated on Fri May 28 13:19:01 2010 for libGlass by  doxygen 1.5.8