#include <Markup.h>
Public Member Functions | |
TokenPos (MCD_CSTR sz, int n) | |
void | Clear () |
int | Length () const |
int | StrNIACmp (MCD_PCSZ p1, MCD_PCSZ p2, int n) |
bool | Match (MCD_CSTR szName) |
Public Attributes | |
int | nL |
int | nR |
int | nNext |
MCD_PCSZ | pDoc |
int | nTokenFlags |
int | nPreSpaceStart |
int | nPreSpaceLength |
CMarkup::TokenPos::TokenPos | ( | MCD_CSTR | sz, | |
int | n | |||
) | [inline] |
References Clear(), nTokenFlags, and pDoc.
void CMarkup::TokenPos::Clear | ( | ) | [inline] |
int CMarkup::TokenPos::StrNIACmp | ( | MCD_PCSZ | p1, | |
MCD_PCSZ | p2, | |||
int | n | |||
) | [inline] |
bool CMarkup::TokenPos::Match | ( | MCD_CSTR | szName | ) | [inline] |
References MCD_PSZCHR, MCD_PSZNCMP, MCD_T, CMarkup::MDF_IGNORECASE, nL, nR, nTokenFlags, pDoc, and StrNIACmp().
Referenced by Clear().
MCD_PCSZ CMarkup::TokenPos::pDoc |
Referenced by Match(), and TokenPos().
Referenced by Match(), and TokenPos().