CoreComponents 3.0.0
A Modern C++ Toolkit
|
Remove installed files. More...
#include <cc/build/UninstallStage>
Public Member Functions | |
bool | run () |
bool | uninstallTool (const Unit &unit) |
bool | uninstallApplicationOrLibrary () |
Public Member Functions inherited from BuildStage | |
bool | complete () const |
bool | success () const |
int | status () const |
List< String > | preCommands () const |
List< String > | postCommands () const |
Additional Inherited Members | |
Protected Member Functions inherited from BuildStage | |
virtual BuildPlan | plan () const =0 |
const BuildShell & | shell () const |
const MetaObject & | recipe () const |
const ToolChain & | toolChain () const |
JobScheduler | createScheduler () const |
bool | outOfScope () const |
Protected Attributes inherited from BuildStage | |
bool | complete_ { false } |
bool | success_ { true } |
int | status_ { 0 } |
List< String > | preCommands_ |
List< String > | postCommands_ |
Remove installed files.