magpie
Loading...
Searching...
No Matches
magpie::BaseApp Class Referenceabstract

#include <AppDecl.hpp>

Inheritance diagram for magpie::BaseApp:
Collaboration diagram for magpie::BaseApp:

Public Member Functions

 BaseApp (AppConfig &&config)
virtual const routing::BaseRoutergetRouter ()=0
virtual void run ()=0
virtual void shutdown ()=0
virtual data::CommonDatagetContext () const =0
const AppConfiggetConfig ()

Protected Attributes

const AppConfig config

Detailed Description

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.


The documentation for this class was generated from the following file: