|
Porytiles
|
Interface that defines a complete app layer configuration. More...
#include <app_config.hpp>
Public Member Functions | |
| virtual | ~AppConfig ()=default |
Interface that defines a complete app layer configuration.
The app layer operates with this interface - it doesn't need to worry about implementation. Every config value is either virtual (i.e., comes from the user) or defined in terms of other virtual values.
Definition at line 25 of file app_config.hpp.
|
virtualdefault |