git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6829 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aee38bfa77
commit
859c2ad6eb
9 changed files with 62 additions and 33 deletions
|
@ -35,6 +35,7 @@ class LineParser {
|
|||
double gettoken_float(int token, int *success=0) const;
|
||||
int gettoken_int(int token, int *success=0) const;
|
||||
double gettoken_number(int token, int *success=0) const;
|
||||
int gettoken_binstrdata(int token, char*buffer, int bufcap) const;
|
||||
TCHAR *gettoken_str(int token) const;
|
||||
int gettoken_enum(int token, const TCHAR *strlist); // null separated list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue