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

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

static PLCORE_API uint32 PLCore::Wrapper::GetStringLength ( const char  szString[]) [static]

Returns the number of characters of a c-string excluding the terminating zero.

Parameters:
[in]szStringC-string to check
Returns:
The number of characters of the given c-string excluding the terminating zero
Note:
  • 'strlen'-wrapper
static PLCORE_API float PLCore::Wrapper::Ceil ( float  fValue) [static]

Returns the ceil of the given value.

Parameters:
[in]fValueValue to return the ceil from
Returns:
The ceil of the given value
Remarks:
This function returns a floating-point value representing the smallest integer value that is greater than or equal to the given value.
static PLCORE_API float PLCore::Wrapper::Log ( float  x) [static]

Returns the natural logarithm of a given number.

Parameters:
[in]xGiven number
Returns:
The natural logarithm of the given number

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:16
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported