|
FlatImage
A configurable Linux containerization system
|
Public Member Functions | |
| Controller (Logs const &logs, Config const &config) | |
| Construct a new Controller:: Controller object. | |
| ~Controller () | |
| Destroy the Controller:: Controller object and stops the janitor if it is running. | |
| Controller (Controller const &)=delete | |
| Controller (Controller &&)=delete | |
| Controller & | operator= (Controller const &)=delete |
| Controller & | operator= (Controller &&)=delete |
Definition at line 76 of file controller.hpp.
|
inline |
Construct a new Controller:: Controller object.
| config | FlatImage configuration object |
Definition at line 116 of file controller.hpp.
|
inline |
Destroy the Controller:: Controller object and stops the janitor if it is running.
Definition at line 176 of file controller.hpp.