#include <ConfigApp.h>
Public Member Functions | |
| AppWithPtr (const std::string &description, const std::string &name, T *t) | |
| const T * | getPtr () const |
| T * | getPtr () |
Private Attributes | |
| T * | ptr = nullptr |
Definition at line 85 of file ConfigApp.h.
| utils::AppWithPtr< T >::AppWithPtr | ( | const std::string & | description, |
| const std::string & | name, | ||
| T * | t ) |
| T * utils::AppWithPtr< T >::getPtr | ( | ) |
| const T * utils::AppWithPtr< T >::getPtr | ( | ) | const |
|
private |
Definition at line 93 of file ConfigApp.h.
Referenced by AppWithPtr(), getPtr(), and getPtr().