HipDDFTokenizer

Undocumented in source.

Members

Functions

get
char get()

Returns strpos

getVar
HipDDFVarInternal* getVar(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
hasVar
bool hasVar(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
next
char next()

Returns str[pos+1], used for not needing to access every time its members

restLength
int restLength()

Returns str.length - pos

setError
HipDDFToken setError(string err, string file, string func, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
showErrors
void showErrors()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

err
string[] err;
Undocumented in source.
filename
string filename;
Undocumented in source.
line
uint line;
Undocumented in source.
obj
HipDDFObjectInternal* obj;
Undocumented in source.
pos
ulong pos;
Undocumented in source.
str
string str;
Undocumented in source.

Meta