|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
Stage of the multi-stage build process More...
#include <cc/build/BuildStage>
Public Member Functions | |
| bool | complete () const |
| bool | success () const |
| int | status () const |
| List< String > | preCommands () const |
| List< String > | postCommands () const |
Protected Member Functions | |
| 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 | |
| bool | complete_ { false } |
| bool | success_ { true } |
| int | status_ { 0 } |
| List< String > | preCommands_ |
| List< String > | postCommands_ |
Stage of the multi-stage build process