PixelLightAPI
.
|
Standard grow functions. More...
#include <Functions.h>
Static Public Member Functions | |
static PLCORE_API uint32 | GetNewSize (uint32 nCurrentSize, uint32 nFreeSlots) |
Returns a new size. |
Standard grow functions.
static PLCORE_API uint32 PLCore::GrowFunction::GetNewSize | ( | uint32 | nCurrentSize, |
uint32 | nFreeSlots | ||
) | [static] |
Returns a new size.
[in] | nCurrentSize | Current size |
[in] | nFreeSlots | Number of free slots |
|