14 #ifndef ZYPP_TUI_TUIAPPLICATION_INCLUDED 15 #define ZYPP_TUI_TUIAPPLICATION_INCLUDED 18 #include <zypp-tui/Config> 45 void setExitCode(
int exit );
Base class for producing common (for now) zypper output.
Application(const sat::Solvable &solvable_r)
Ctor.
virtual void setOutputWriter(Out *out)
~Application() override
Dtor.
std::shared_ptr< Config > _config
std::shared_ptr< Out > _out
static Application & instance()
const Config & config() const
Class representing an application (appdata.xml)
static constexpr int ZTUI_EXIT_OK
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.