Static class with some few simple wrappers you can use to avoid for instance nasty standard header includes were they are undesired.
More...
#include <Wrapper.h>
List of all members.
Static Public Member Functions |
static PLCORE_API uint32 | GetStringLength (const char szString[]) |
| Returns the number of characters of a c-string excluding the terminating zero.
|
static PLCORE_API float | Ceil (float fValue) |
| Returns the ceil of the given value.
|
static PLCORE_API float | Log (float x) |
| Returns the natural logarithm of a given number.
|
Detailed Description
Static class with some few simple wrappers you can use to avoid for instance nasty standard header includes were they are undesired.
Member Function Documentation
Returns the number of characters of a c-string excluding the terminating zero.
- Parameters:
-
[in] | szString | C-string to check |
- Returns:
- The number of characters of the given c-string excluding the terminating zero
- Note:
-
Returns the ceil of the given value.
- Parameters:
-
[in] | fValue | Value to return the ceil from |
- Returns:
- The ceil of the given value
Returns the natural logarithm of a given number.
- Parameters:
-
- Returns:
- The natural logarithm of the given number
The documentation for this class was generated from the following file: