The Parse Map Macros
The parse map process includes five macros:
Starts the definition of a parse map. It takes the member function’s class and its base class as parameters.
Identifies a command. It takes the command, the member function’s class, and a list of parameter types as parameters.
Defines the command’s parameter list. It must follow immediately after ON_PARSE_COMMAND. It takes as its parameters the arguments accepted from the client.
Identifies the command used when no command is explicitly specified.