#include <StorageTypes.h>
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 |
| storage::commitAction::commitAction | ( | CommitStage | s, | |
| CType | t, | |||
| const string & | d, | |||
| const Volume * | v, | |||
| bool | destr = false | |||
| ) | [inline] |
| storage::commitAction::commitAction | ( | CommitStage | s, | |
| CType | t, | |||
| const string & | d, | |||
| const Container * | co, | |||
| bool | destr = false | |||
| ) | [inline] |
| storage::commitAction::commitAction | ( | CommitStage | s, | |
| CType | t, | |||
| Volume * | v | |||
| ) | [inline] |
| storage::commitAction::commitAction | ( | CommitStage | s, | |
| CType | t, | |||
| Container * | c | |||
| ) | [inline] |
| const Container* storage::commitAction::co | ( | ) | const [inline] |
| const Volume* storage::commitAction::vol | ( | ) | const [inline] |
| bool storage::commitAction::operator== | ( | const commitAction & | rhs | ) | const [inline] |
| bool storage::commitAction::operator< | ( | const commitAction & | rhs | ) | const [inline] |
| bool storage::commitAction::operator<= | ( | const commitAction & | rhs | ) | const [inline] |
| bool storage::commitAction::operator>= | ( | const commitAction & | rhs | ) | const [inline] |
| bool storage::commitAction::operator> | ( | const commitAction & | rhs | ) | const [inline] |
| string storage::commitAction::descr |
| const Volume* storage::commitAction::vol |
| union { ... } storage::commitAction::u |
1.5.0