![]() |
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::StrBuilder, including all inherited members.
AddBytes(const void *p, size_t nSize) | Gray::StrBuilder | inline |
AddBytesRaw(const void *p, size_t nSize) | Gray::StrBuilder | inline |
AddChar(char ch) | Gray::StrBuilder | inline |
AddCharRepeat(char ch, int iRepeat) | Gray::StrBuilder | inline |
AddCRLF() | Gray::StrBuilder | inline |
AddFormat(const char *pszFormat,...) | Gray::StrBuilder | inline |
AddStr(const char *pszStr) | Gray::StrBuilder | inline |
Advance(StrLen_t nLen) | Gray::StrBuilder | inlineprotected |
cMemBlock() noexcept | Gray::cMemBlock | inline |
cMemBlock(const void *pData, size_t nSize) noexcept | Gray::cMemBlock | inline |
cMemBlock(const cMemBlock &block) noexcept | Gray::cMemBlock | inline |
cMemBlock(const cMemBlock *pBlock) noexcept | Gray::cMemBlock | inline |
Compare(const void *pData1, size_t iLen1, const void *pData2, size_t iLen2) | Gray::cMemBlock | static |
ConvertToString(char *pszDst, StrLen_t iDstSizeMax) const | Gray::cMemBlock | inline |
get_Data() const noexcept | Gray::cMemBlock | inline |
get_DataA() const noexcept | Gray::cMemBlock | inline |
get_DataBytes() const noexcept | Gray::cMemBlock | inline |
get_DataEnd() const noexcept | Gray::cMemBlock | inline |
get_DataSize() const noexcept | Gray::cMemBlock | inline |
get_Length() const | Gray::StrBuilder | inline |
get_LenLeft() const | Gray::StrBuilder | inline |
get_Str() const noexcept | Gray::StrBuilder | inline |
GetOffset(size_t nOffset) const | Gray::cMemBlock | inline |
InitZeros() noexcept | Gray::cMemBlock | inline |
IsEqualData(const void *pData, size_t nSize) const noexcept | Gray::cMemBlock | inline |
IsEqualData(const cMemBlock *pData) const noexcept | Gray::cMemBlock | inline |
IsEqualData(const cMemBlock &data) const noexcept | Gray::cMemBlock | inline |
isOverflow() const | Gray::StrBuilder | inline |
IsValidIndex(size_t i) const noexcept | Gray::cMemBlock | inline |
IsValidIndex2(size_t i) const noexcept | Gray::cMemBlock | inline |
isValidPtr() const noexcept | Gray::cMemBlock | inline |
IsValidPtr(const void *p) const noexcept | Gray::cMemBlock | inline |
IsValidPtr2(const void *p) const noexcept | Gray::cMemBlock | inline |
IsZeros() const noexcept | Gray::cMemBlock | inline |
m_nLenLeft | Gray::StrBuilder | |
m_nSize | Gray::cMemBlock | protected |
m_pCur | Gray::StrBuilder | |
m_pData | Gray::cMemBlock | protected |
operator const BYTE *() const noexcept | Gray::cMemBlock | inline |
put_DataPtr(void *pStart) noexcept | Gray::cMemBlock | inline |
put_Size(size_t nSize) noexcept | Gray::cMemBlock | inline |
ResetStr() | Gray::StrBuilder | inline |
SetBlock(void *pData, size_t nSize) noexcept | Gray::cMemBlock | inline |
SetEmptyBlock() noexcept | Gray::cMemBlock | inline |
StrBuilder(void *p, StrLen_t nSize) | Gray::StrBuilder | inline |
StrBuilder(cMemBlock &m) | Gray::StrBuilder | inline |