Lines Matching refs:Command
4 // State bundle. Used to pass around stuff like command-line args.
33 typedef enum Command {
44 } Command;
56 * Bundle of goodies, including everything specified on the command line.
84 * Set the command value. Returns "false" if it was previously set.
86 Command getCommand(void) const { return mCmd; }
87 void setCommand(Command cmd) { mCmd = cmd; }
90 * Command modifiers. Not all modifiers are appropriate for all
250 * the command line. If neither, it's not available since
274 Command mCmd;