#include <SubCommand.h>
Public Member Functions | |
| AppWithPtr (const std::string &description, const std::string &name, SubCommand *t) | |
| ~AppWithPtr () override | |
| const SubCommand * | getPtr () const |
| SubCommand * | getPtr () |
| void | validate () |
Private Attributes | |
| SubCommand * | ptr |
Definition at line 82 of file SubCommand.h.
| utils::AppWithPtr::AppWithPtr | ( | const std::string & | description, |
| const std::string & | name, | ||
| SubCommand * | t ) |
Definition at line 450 of file SubCommand.cpp.
References ptr.
|
override |
Definition at line 455 of file SubCommand.cpp.
| SubCommand * utils::AppWithPtr::getPtr | ( | ) |
Definition at line 462 of file SubCommand.cpp.
References ptr.
Referenced by utils::SubCommand::getSubCommand(), and utils::SubCommand::getSubCommand().
| const SubCommand * utils::AppWithPtr::getPtr | ( | ) | const |
| void utils::AppWithPtr::validate | ( | ) |
|
private |
Definition at line 94 of file SubCommand.h.
Referenced by AppWithPtr(), getPtr(), and getPtr().