#include <storage.hpp>
Definition at line 25 of file storage.hpp.
| storage_rep | ( | ) | [inline] |
Definition at line 42 of file storage.hpp.
| virtual ~storage_rep | ( | ) | [inline, virtual] |
Definition at line 43 of file storage.hpp.
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
| virtual bool has_branch | ( | const string & | br | ) | const [pure virtual] |
Implemented in disk_storage_rep.
| virtual bool has_file | ( | const string & | name | ) | const [pure virtual] |
Implemented in disk_storage_rep.
| virtual void lock | ( | const string & | var | ) | const [pure virtual] |
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
| virtual void unlock | ( | const string & | var | ) | const [pure virtual] |
Implemented in disk_storage_rep.
Implemented in disk_storage_rep.
friend class storage [friend] |
Reimplemented in disk_storage_rep.
Definition at line 44 of file storage.hpp.
1.6.1