General information:Author: klaas Version: 1.0 Date: Thu Oct 21 9:08:27 MET 1999 |
Header files:
|
Code files:
|
used to parse command strings and evaluate the aliases in it. At the same time the parameters are stores into a list
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Evalstring(AliasList* aliaslist)
Description:
constructors and destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Evalstring()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Parse(char* tostring)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetValue(int i)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL GetNextCommand()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void IncC()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: char |
Declaration:
char PeekNextC()
Description:
scope: private | type: basic | typename: int |
Declaration:
int _linenumber
Description:
scope: private | type: basic | typename: char* |
Declaration:
char* _commands
Description:
scope: private | type: basic | typename: char* |
Declaration:
char* _c
Description: