Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.