| 
    Numworks Epsilon
    1.4.1
    
   Graphing Calculator Operating System 
   | 
 
#include <command_handler.h>
Public Member Functions | |
| constexpr | CommandHandler (const char *name, Command::Function function) | 
| bool | valid () const | 
| bool | handle (const char *command) const | 
| Command::Function | function () const | 
Definition at line 10 of file command_handler.h.
      
  | 
  inline | 
Definition at line 12 of file command_handler.h.
      
  | 
  inline | 
Definition at line 16 of file command_handler.h.
| bool Ion::Device::Bench::CommandHandler::handle | ( | const char * | command | ) | const | 
Definition at line 12 of file command_handler.cpp.
| bool Ion::Device::Bench::CommandHandler::valid | ( | ) | const | 
Definition at line 8 of file command_handler.cpp.