HipDDFTokenizer

Undocumented in source.

Members

Functions

get
char get()

Returns strpos

next
char next()

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

restLength
int restLength()

Returns str.length - pos

Variables

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