PixelLightAPI
.
|
#include "PLCore/String/StringBuffer.h"
Namespaces | |
namespace | PLCore |
Functions | |
String | PLCore::operator+ (int nValue, const String &sString) |
String | PLCore::operator+ (int64 nValue, const String &sString) |
String | PLCore::operator+ (uint8 nValue, const String &sString) |
String | PLCore::operator+ (uint32 nValue, const String &sString) |
String | PLCore::operator+ (uint64 nValue, const String &sString) |
String | PLCore::operator+ (float fValue, const String &sString) |
String | PLCore::operator+ (double dValue, const String &sString) |
|