Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | List of all members
joedb::Windows_Handle Class Reference

#include <joedb/journal/Windows_File.h>

Inheritance diagram for joedb::Windows_Handle:
Inheritance graph
[legend]
Collaboration diagram for joedb::Windows_Handle:
Collaboration graph
[legend]

Public Member Functions

 Windows_Handle (const char *file_name, Open_Mode mode)
 
 Windows_Handle (const Windows_Handle &)=delete
 
Windows_Handleoperator= (const Windows_Handle &)=delete
 
int64_t get_size () const override
 
size_t pread (char *data, size_t size, int64_t offset) const override
 
void pwrite (const char *data, size_t size, int64_t offset) override
 
void sync () override
 
void shared_lock (int64_t start, int64_t size) override
 
void exclusive_lock (int64_t start, int64_t size) override
 
void unlock (int64_t start, int64_t size) noexcept override
 
 ~Windows_Handle () override
 
- Public Member Functions inherited from joedb::Buffered_File
 Buffered_File (Open_Mode mode)
 
void flush ()
 
void flush_and_sync ()
 
void exclusive_lock_tail ()
 
void unlock_tail () noexcept
 
bool tail_is_locked () const noexcept
 
void shared_lock_head ()
 
void exclusive_lock_head ()
 
void unlock_head () noexcept
 
bool is_shared () const noexcept
 
bool is_readonly () const noexcept
 
void set_position (int64_t position)
 
int64_t get_position () const noexcept
 
virtual void copy_to (Buffered_File &destination, int64_t start, int64_t size)
 
void copy_to (Buffered_File &destination)
 
template<typename T >
void write (T x)
 
template<typename T >
read ()
 
template<typename T >
void compact_write (T x)
 
template<typename T >
T compact_read ()
 
template<typename T >
T read_strong_type ()
 
void write_reference (Record_Id id)
 
Record_Id read_reference ()
 
void write_string (const std::string &s)
 
std::string read_string ()
 
void write_blob (Blob blob)
 
Blob read_blob ()
 
std::string safe_read_string (int64_t max_size)
 
void write_data (const char *data, size_t n)
 
size_t read_data (char *data, const size_t n)
 
void ignore (const int64_t n)
 
virtual std::string read_blob_data (Blob blob) const
 
- Public Member Functions inherited from joedb::Sequential_File
void sequential_seek (int64_t new_position)
 
size_t sequential_read (char *data, size_t size)
 
void sequential_write (const char *data, size_t size)
 
int64_t get_position () const
 
- Public Member Functions inherited from joedb::Abstract_File
virtual ~Abstract_File ()=default
 

Additional Inherited Members

- Static Public Attributes inherited from joedb::Buffered_File
static constexpr int64_t last_position = (1ULL << 63) - 1
 
- Protected Member Functions inherited from joedb::Buffered_File
void destructor_flush () noexcept
 
void make_readonly ()
 
void make_writable ()
 

Detailed Description

Definition at line 11 of file Windows_File.h.

Constructor & Destructor Documentation

◆ Windows_Handle() [1/2]

joedb::Windows_Handle::Windows_Handle ( const char file_name,
Open_Mode  mode 
)

Definition at line 229 of file Windows_File.cpp.

◆ Windows_Handle() [2/2]

joedb::Windows_Handle::Windows_Handle ( const Windows_Handle )
delete

◆ ~Windows_Handle()

joedb::Windows_Handle::~Windows_Handle ( )
override

Definition at line 274 of file Windows_File.cpp.

Member Function Documentation

◆ exclusive_lock()

void joedb::Windows_Handle::exclusive_lock ( int64_t  start,
int64_t  size 
)
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 147 of file Windows_File.cpp.

◆ get_size()

int64_t joedb::Windows_Handle::get_size ( ) const
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 260 of file Windows_File.cpp.

◆ operator=()

◆ pread()

size_t joedb::Windows_Handle::pread ( char data,
size_t  size,
int64_t  offset 
) const
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 162 of file Windows_File.cpp.

◆ pwrite()

void joedb::Windows_Handle::pwrite ( const char data,
size_t  size,
int64_t  offset 
)
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 184 of file Windows_File.cpp.

◆ shared_lock()

void joedb::Windows_Handle::shared_lock ( int64_t  start,
int64_t  size 
)
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 139 of file Windows_File.cpp.

◆ sync()

void joedb::Windows_Handle::sync ( )
overridevirtual

Reimplemented from joedb::Abstract_File.

Definition at line 221 of file Windows_File.cpp.

◆ unlock()

void joedb::Windows_Handle::unlock ( int64_t  start,
int64_t  size 
)
overridevirtualnoexcept

Reimplemented from joedb::Abstract_File.

Definition at line 155 of file Windows_File.cpp.


The documentation for this class was generated from the following files: