CoreComponents 3.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
UninstallStage Class Reference

Remove installed files. More...

#include <cc/build/UninstallStage>

Inheritance diagram for 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< StringpreCommands () const
 
List< StringpostCommands () const
 

Additional Inherited Members

- Protected Member Functions inherited from BuildStage
virtual BuildPlan plan () const =0
 
const BuildShellshell () const
 
const MetaObjectrecipe () const
 
const ToolChaintoolChain () const
 
JobScheduler createScheduler () const
 
bool outOfScope () const
 
- Protected Attributes inherited from BuildStage
bool complete_ { false }
 
bool success_ { true }
 
int status_ { 0 }
 
List< StringpreCommands_
 
List< StringpostCommands_
 

Detailed Description

Remove installed files.