|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include <joedb/journal/Journal_Construction_Lock.h>

Public Member Functions | |
| bool | is_for_writable_journal () const |
| Journal_Construction_Lock (Abstract_File &file, Recovery recovery=Recovery::none) | |
| Journal_Construction_Lock (const Journal_Construction_Lock &)=delete | |
| Journal_Construction_Lock & | operator= (const Journal_Construction_Lock &)=delete |
| ~Journal_Construction_Lock () | |
Public Attributes | |
| Abstract_File & | file |
| const Recovery | recovery |
| const int64_t | size |
Friends | |
| class | Writable_Journal |
Definition at line 17 of file Journal_Construction_Lock.h.
|
explicit |
Definition at line 6 of file Journal_Construction_Lock.cpp.
|
delete |
| joedb::Journal_Construction_Lock::~Journal_Construction_Lock | ( | ) |
Definition at line 27 of file Journal_Construction_Lock.cpp.
|
inline |
Definition at line 34 of file Journal_Construction_Lock.h.
|
delete |
|
friend |
Definition at line 19 of file Journal_Construction_Lock.h.
| Abstract_File& joedb::Journal_Construction_Lock::file |
Definition at line 30 of file Journal_Construction_Lock.h.
| const Recovery joedb::Journal_Construction_Lock::recovery |
Definition at line 31 of file Journal_Construction_Lock.h.
| const int64_t joedb::Journal_Construction_Lock::size |
Definition at line 32 of file Journal_Construction_Lock.h.