![]() |
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::cTextReader, including all inherited members.
cTextPos(STREAM_POS_t lOffset=(STREAM_POS_t) k_ITERATE_BAD, ITERATE_t iLineNum=k_ITERATE_BAD, StrLen_t iColNum=k_StrLen_UNK) noexcept | Gray::cTextPos | inline |
cTextReader(const char *pszStart, StrLen_t nLenMax=StrT::k_LEN_MAX, StrLen_t nTabSize=cStrConst::k_TabSize) | Gray::cTextReader | inline |
get_Column1() const noexcept | Gray::cTextPos | inline |
get_CursorChar() const noexcept | Gray::cTextReader | inline |
get_CursorPtr() const noexcept | Gray::cTextReader | inline |
get_LenMax() const noexcept | Gray::cTextReader | inline |
get_LenRemaining() const noexcept | Gray::cTextReader | inline |
get_Line1() const noexcept | Gray::cTextPos | inline |
get_LineNum() const noexcept | Gray::cTextPos | inline |
get_Offset() const noexcept | Gray::cTextPos | inline |
GetStr2(OUT char *pszOut, StrLen_t nLenOut) const | Gray::cTextPos | |
IncChar(StrLen_t nLenChar=1) noexcept | Gray::cTextPos | inline |
IncLine(StrLen_t nLenChar=1) noexcept | Gray::cTextPos | inline |
IncLineCR(StrLen_t nLenChar=1) | Gray::cTextReader | inline |
IncOffset(StrLen_t nLenOffsetSrc) noexcept | Gray::cTextPos | inline |
IncOffset(StrLen_t nLenOffsetSrc, StrLen_t nLenCol) noexcept | Gray::cTextPos | inline |
IncTab(StrLen_t nLenChar=1) | Gray::cTextReader | inline |
IncToks(StrLen_t nLen=1) | Gray::cTextReader | inline |
InitTop() noexcept | Gray::cTextPos | inline |
isEOF() const | Gray::cTextReader | inline |
isTopLine() const noexcept | Gray::cTextPos | inline |
isValidIndex() const noexcept | Gray::cTextReader | inline |
isValidPos() const noexcept | Gray::cTextReader | inline |
k_Invalid | Gray::cTextPos | static |
k_Zero | Gray::cTextPos | static |
m_iColNum | Gray::cTextPos | protected |
m_iLineNum | Gray::cTextPos | protected |
m_iTabSize | Gray::cTextReader | |
m_lOffset | Gray::cTextPos | protected |
m_nLenMax | Gray::cTextReader | protected |
m_pszStart | Gray::cTextReader | protected |
SetStartPtr(const char *pszStart, StrLen_t nLenMax=StrT::k_LEN_MAX) | Gray::cTextReader | inline |