libglass::ConstStringPointerCompare Class Reference
#include <types.h>
List of all members.
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: