ParseInsideToken

Undocumented in source.

Members

Functions

checkEnd
bool checkEnd(string data, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
checkStart
bool checkStart(string data, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

endChar
char endChar;
Undocumented in source.
startChar
char startChar;
Undocumented in source.

Inherited Members

From ParseToken

ParseCallback
alias ParseCallback = void delegate(string data)
Undocumented in source.
isInside
bool isInside;
Undocumented in source.
start
ulong start;
Undocumented in source.
checkStart
bool checkStart(string data, ulong pos)
Undocumented in source.
checkEnd
bool checkEnd(string data, ulong pos)
Undocumented in source.
callback
ParseCallback callback;
Undocumented in source.

Meta