Static Public Member Functions | |
| static Cmd * | map (const char *name) |
| static void | freeInstance () |
Classes | |
| struct | Cmd |
Maps a command name (as found in a comment block) onto a specific handler function.
Definition at line 2580 of file commentscan.cpp.
| static Cmd* DocCmdMapper::map | ( | const char * | name | ) | [inline, static] |
maps a command name to a handler function
Definition at line 2590 of file commentscan.cpp.
References find().
| static void DocCmdMapper::freeInstance | ( | ) | [inline, static] |
release the singleton
Definition at line 2596 of file commentscan.cpp.
1.5.1