Isle
|
[AI] Comparator for character names, performing case-insensitive comparison using strcmpi. More...
#include <legocharactermanager.h>
Public Member Functions | |
MxBool | operator() (const char *const &p_a, const char *const &p_b) const |
[AI] Function call operator to compare two character name strings case-insensitively. More... | |
[AI] Comparator for character names, performing case-insensitive comparison using strcmpi.
Used as the sorting predicate in LegoCharacterMap to order character name keys. [AI]
Definition at line 24 of file legocharactermanager.h.
|
inline |
[AI] Function call operator to compare two character name strings case-insensitively.
p_a | First string to compare. [AI] |
p_b | Second string to compare. [AI] |
Definition at line 31 of file legocharactermanager.h.