PixelLightAPI  .
Static Public Member Functions
PLCore::CompareFunction Class Reference

Standard compare function. More...

#include <Functions.h>

List of all members.

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)

Detailed Description

Standard compare function.


Member Function Documentation

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]

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:14
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported