![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::StrNum, including all inherited members.
DtoAG(double dVal, OUT char *pszOut, StrLen_t iStrMax, int iDecPlacesWanted=-1, char chE=- 'e') | Gray::StrNum | static |
DtoAG2(double dVal, OUT char *pszOut, int iDecPlacesWanted=-1, char chE=- 'e') | Gray::StrNum | static |
GetNumberString(OUT char *pszOut, const wchar_t *pszInp, StrLen_t iStrMax=k_LEN_MAX_DIGITS) | Gray::StrNum | static |
GetTrimCharsLen(const char *pStr, StrLen_t nLen, char ch) | Gray::StrNum | static |
ILtoA(INT64 nVal, OUT char *pszOut, StrLen_t iStrMax, RADIX_t nBaseRadix=10) | Gray::StrNum | static |
ItoA(INT32 nVal, OUT char *pszOut, StrLen_t iStrMax, RADIX_t nBaseRadix=10) | Gray::StrNum | inlinestatic |
k_LEN_MAX_DIGITS | Gray::StrNum | static |
k_LEN_MAX_DIGITS_INT | Gray::StrNum | static |
StrNumTests class | Gray::StrNum | friend |
toDouble(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr) | Gray::StrNum | static |
toI(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr, RADIX_t nBaseRadix=10) | Gray::StrNum | inlinestatic |
toIL(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr, RADIX_t nBaseRadix=10) | Gray::StrNum | static |
toU(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr, RADIX_t nBaseRadix=0) | Gray::StrNum | inlinestatic |
toUL(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr, RADIX_t nBaseRadix=0) | Gray::StrNum | static |
ToValArray(OUT _TYPE *pOut, size_t iQtyMax, const char *pszInp) | Gray::StrNum | static |
toValue(const char *pszInp, const char **ppszInpEnd=(const char **) nullptr) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
toValue(const char *pszInp, const char **ppszInpEnd) | Gray::StrNum | inlinestatic |
ULtoA(UINT64 nVal, OUT char *pszOut, StrLen_t iStrMax, RADIX_t nBaseRadix=10) | Gray::StrNum | static |
ULtoA2(UINT64 uVal, OUT char *pszOut, StrLen_t iStrMax, RADIX_t nBaseRadix=10, char chRadixA='A') | Gray::StrNum | static |
ULtoAK(UINT64 uVal, OUT char *pszOut, StrLen_t iStrMax, UINT nKUnit, bool bSpace) | Gray::StrNum | static |
UtoA(UINT32 nVal, OUT char *pszOut, StrLen_t iStrMax, RADIX_t nBaseRadix=10) | Gray::StrNum | inlinestatic |
ValArrayToA(OUT char *pszOut, StrLen_t nDstMax, const _TYPE *pSrc, size_t nSrcSize) | Gray::StrNum | static |
ValArrayToAF(OUT char *pszDst, StrLen_t iSizeDstMax, size_t nSrcQty,...) | Gray::StrNum | static |
ValueToA(_TYPE val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(INT32 val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(UINT32 val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(INT64 val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(UINT64 val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(float val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |
ValueToA(double val, OUT char *pszOut, StrLen_t iStrMax) | Gray::StrNum | inlinestatic |