![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "pch.h"#include "StrArg.h"#include "StrU.h"#include "StrT.h"#include "cTempPool.h"#include "cDebugAssert.h"Namespaces | |
| Gray | |
| < The main namespace for all Core functions. | |
Functions | |
| template<> | |
| GRAYCORE_LINK const wchar_t *GRAYCALL | Gray::StrArg< wchar_t > (const char *pszStrInp) |
| template<> | |
| GRAYCORE_LINK const char *GRAYCALL | Gray::StrArg< char > (const wchar_t *pwStrInp) |
| template<typename TYPE > | |
| GRAYCORE_LINK const TYPE *GRAYCALL | Gray::StrArg (TYPE ch, StrLen_t nRepeat) |
| template<typename TYPE > | |
| GRAYCORE_LINK const TYPE *GRAYCALL | Gray::StrArg (INT32 iVal) |
| template<typename TYPE > | |
| GRAYCORE_LINK const TYPE *GRAYCALL | Gray::StrArg (UINT32 uVal, RADIX_t uRadix) |
| template<typename TYPE > | |
| GRAYCORE_LINK const TYPE *GRAYCALL | Gray::StrArg (double dVal) |