|
Public Member Functions |
| | commitAction (CommitStage s, CType t, const string &d, const Volume *v, bool destr=false) |
| | commitAction (CommitStage s, CType t, const string &d, const Container *co, bool destr=false) |
| | commitAction (CommitStage s, CType t, Volume *v) |
| | commitAction (CommitStage s, CType t, Container *c) |
| const Container * | co () const |
| const Volume * | vol () const |
| bool | operator== (const commitAction &rhs) const |
| bool | operator< (const commitAction &rhs) const |
| bool | operator<= (const commitAction &rhs) const |
| bool | operator>= (const commitAction &rhs) const |
| bool | operator> (const commitAction &rhs) const |
Public Attributes |
| CommitStage | stage |
| CType | type |
| string | descr |
| bool | destructive |
| bool | container |
| union { |
| const Volume * vol |
| const Container * co |
| } | u |