#include <SubCommand.h>
Public Member Functions | |
| AppWithPtr (const std::string &description, const std::string &name, SubCommand *t, bool manage) | |
| const SubCommand * | getPtr () const |
| ~AppWithPtr () override | |
| SubCommand * | getPtr () |
Private Attributes | |
| SubCommand * | ptr |
| bool | manage |
Definition at line 81 of file SubCommand.h.
| utils::AppWithPtr::AppWithPtr | ( | const std::string & | description, |
| const std::string & | name, | ||
| SubCommand * | t, | ||
| bool | manage ) |
Definition at line 451 of file SubCommand.cpp.
|
override |
| SubCommand * utils::AppWithPtr::getPtr | ( | ) |
Definition at line 467 of file SubCommand.cpp.
References ptr.
Referenced by utils::SubCommand::getSubCommand(), and utils::SubCommand::getSubCommand().
| const SubCommand * utils::AppWithPtr::getPtr | ( | ) | const |
|
private |
Definition at line 93 of file SubCommand.h.
Referenced by AppWithPtr(), and ~AppWithPtr().
|
private |
Definition at line 92 of file SubCommand.h.
Referenced by AppWithPtr(), getPtr(), getPtr(), and ~AppWithPtr().