PixelLightAPI
.
|
Standard compare function. More...
#include <Functions.h>
Static Public Member Functions | |
static PLCORE_API bool | AreEqual (const int32 &nKey1, const int32 &nKey2) |
static PLCORE_API bool | IsGreater (const int32 &nKey1, const int32 &nKey2) |
static PLCORE_API bool | AreEqual (const uint32 &nKey1, const uint32 &nKey2) |
static PLCORE_API bool | IsGreater (const uint32 &nKey1, const uint32 &nKey2) |
static PLCORE_API bool | AreEqual (const int64 &nKey1, const int64 &nKey2) |
static PLCORE_API bool | IsGreater (const int64 &nKey1, const int64 &nKey2) |
static PLCORE_API bool | AreEqual (const uint64 &nKey1, const uint64 &nKey2) |
static PLCORE_API bool | IsGreater (const uint64 &nKey1, const uint64 &nKey2) |
static PLCORE_API bool | AreEqual (const float &fKey1, const float &fKey2) |
static PLCORE_API bool | IsGreater (const float &fKey1, const float &fKey2) |
static PLCORE_API bool | AreEqual (const char *pszKey1, const char *pszKey2) |
static PLCORE_API bool | IsGreater (const char *pszKey1, const char *pszKey2) |
static PLCORE_API bool | AreEqual (const String &sKey1, const String &sKey2) |
static PLCORE_API bool | IsGreater (const String &sKey1, const String &sKey2) |
Standard compare function.
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const int32 & | nKey1, |
const int32 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const int32 & | nKey1, |
const int32 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const uint32 & | nKey1, |
const uint32 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const uint32 & | nKey1, |
const uint32 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const int64 & | nKey1, |
const int64 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const int64 & | nKey1, |
const int64 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const uint64 & | nKey1, |
const uint64 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const uint64 & | nKey1, |
const uint64 & | nKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const float & | fKey1, |
const float & | fKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const float & | fKey1, |
const float & | fKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const char * | pszKey1, |
const char * | pszKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const char * | pszKey1, |
const char * | pszKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::AreEqual | ( | const String & | sKey1, |
const String & | sKey2 | ||
) | [static] |
static PLCORE_API bool PLCore::CompareFunction::IsGreater | ( | const String & | sKey1, |
const String & | sKey2 | ||
) | [static] |
|