libglass::StringPointerCompare Class Reference
#include <types.h>
List of all members.
Detailed Description
Provides a comparison operator for pointers to strings.
- See also:
- ConstStringPointerCompare.
Definition at line 169 of file types.h.
Member Function Documentation
int libglass::StringPointerCompare::operator() |
( |
const string * |
x, |
|
|
const string * |
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 177 of file types.h.
The documentation for this class was generated from the following file: