#include <StorageTypes.h>
Public Member Functions | |
commitAction (CommitStage s, CType t, const string &d, bool destr=false, bool cont=false) | |
commitAction (CommitStage s, CType t, Volume *v) | |
commitAction (CommitStage s, CType t, Container *c) | |
Container * | co () 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 { | |
Volume * vol | |
Container * co | |
} | u |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|