#include <parsecall.h>
Public Member Functions | |
| ParseCall (call_t type, int argc, char **args) | |
| ~ParseCall () | |
Public Attributes | |
| call_t | type |
| int | argc |
| char ** | args |
|
||||||||||||||||
|
Construct a ParseCall
|
|
|
Destruct a ParseCall. Deallocates its copy of the argument array. |
|
|
The parse call type.
|
|
|
The number of arguments for this call.
|
|
|
An array of arguments for this call.
|
1.4.6