|
magpie
|
#include <AppDecl.hpp>


Public Member Functions | |
| BaseApp (AppConfig &&config) | |
| virtual const routing::BaseRouter & | getRouter ()=0 |
| virtual void | run ()=0 |
| virtual void | shutdown ()=0 |
| virtual data::CommonData * | getContext () const =0 |
| const AppConfig & | getConfig () |
Protected Attributes | |
| const AppConfig | config |
Base class for the app. This is used in places where the exact type of the app does not matter, and/or cannot be derived.