Hash and comparison template for FontInfo. More...
#include <SFontPool.h>
Static Public Member Functions | |
| static ULONG | Hash (INARGTYPE fontKey) |
| Calculate the hash value of a FontInfo object. | |
| static bool | CompareElements (INARGTYPE element1, INARGTYPE element2) |
| Compare two FontInfo objects for equality. | |
| static int | CompareElementsOrdered (INARGTYPE element1, INARGTYPE element2) |
| Compare two FontInfo objects in order. | |
Hash and comparison template for FontInfo.
Used to implement a font map, providing hash and comparison functions.
Definition at line 38 of file SFontPool.h.
|
inlinestatic |
Compare two FontInfo objects for equality.
Definition at line 59 of file SFontPool.h.
|
inlinestatic |
Compare two FontInfo objects in order.
Definition at line 70 of file SFontPool.h.
|
inlinestatic |
Calculate the hash value of a FontInfo object.
| fontKey | FontInfo object |
Definition at line 45 of file SFontPool.h.