#include <StorageTypes.h>
List of all members.
Classes |
| union | U |
Public Member Functions |
| | commitAction (CommitStage s, CType t, const Text &d, const Volume *v, bool destr=false) |
| | commitAction (CommitStage s, CType t, const Text &d, const Container *c, bool destr=false) |
| | commitAction (CommitStage s, CType t, const Volume *v) |
| | commitAction (CommitStage s, CType t, const 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 |
| const CommitStage | stage |
| const CType | type |
| const Text | description |
| const bool | destructive |
| const bool | container |
| union storage::commitAction::U | u |
Friends |
| std::ostream & | operator<< (std::ostream &s, const commitAction &a) |
Constructor & Destructor Documentation
Member Function Documentation
| const Container* storage::commitAction::co |
( |
| ) |
const [inline] |
| bool storage::commitAction::operator< |
( |
const commitAction & |
rhs | ) |
const |
| 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] |
| const Volume* storage::commitAction::vol |
( |
| ) |
const [inline] |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const commitAction & |
a |
|
) |
| [friend] |
Member Data Documentation
The documentation for this struct was generated from the following files: