Definition at line 33 of file Completion.cpp.
◆ CCompletionMatch()
CCompletionMatch::CCompletionMatch |
( |
| ) |
|
|
inline |
Definition at line 36 of file Completion.cpp.
CCompletionMatch * m_pNext
CCompletionMatch * m_pPrev
◆ ~CCompletionMatch()
CCompletionMatch::~CCompletionMatch |
( |
| ) |
|
|
inline |
◆ Init()
Definition at line 42 of file Completion.cpp.
46 pszUnique = pszUnique?(pszUnique+1):pszText;
58 ASSERT(pszText <= pszUnique);
59 s = pszUnique - pszText;
_TCHAR * _tcsncpy(_TCHAR *dst, const _TCHAR *src, size_t n)
_TCHAR * _tcscpy(_TCHAR *to, const _TCHAR *from)
size_t __cdecl _tcslen(const _TCHAR *str)
_TCHAR * _tcschr(const _TCHAR *s, _XINT c)
GLboolean GLboolean GLboolean b
_TCHAR * _tcscat(_TCHAR *s, const _TCHAR *append)
_TCHAR * _tcsrchr(const _TCHAR *s, _XINT c)
Referenced by CCompletionList::Add().
◆ CCompletionList
◆ m_blnIsKey
BOOL CCompletionMatch::m_blnIsKey |
|
private |
◆ m_pNext
◆ m_pPrev
◆ m_pszText
TCHAR* CCompletionMatch::m_pszText |
|
private |
The documentation for this class was generated from the following file: