Lines Matching defs:Command
4 // State bundle. Used to pass around stuff like command-line args.
20 typedef enum Command {
29 } Command;
32 * Bundle of goodies, including everything specified on the command line.
58 * Set the command value. Returns "false" if it was previously set.
60 Command getCommand(void) const { return mCmd; }
61 void setCommand(Command cmd) { mCmd = cmd; }
64 * Command modifiers. Not all modifiers are appropriate for all
197 * the command line. If neither, it's not available since
221 Command mCmd;