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

#include <joedb/Blob.h>

Public Member Functions

 Blob (int64_t position, int64_t size)
 
 Blob ()
 
bool is_null () const
 
bool operator< (Blob blob) const
 
int64_t get_position () const noexcept
 
int64_t get_size () const noexcept
 
int64_t get_end () const noexcept
 

Detailed Description

Definition at line 9 of file Blob.h.

Constructor & Destructor Documentation

◆ Blob() [1/2]

joedb::Blob::Blob ( int64_t  position,
int64_t  size 
)
inlineexplicit

Definition at line 16 of file Blob.h.

◆ Blob() [2/2]

joedb::Blob::Blob ( )
inline

Definition at line 22 of file Blob.h.

Member Function Documentation

◆ get_end()

int64_t joedb::Blob::get_end ( ) const
inlinenoexcept

Definition at line 31 of file Blob.h.

◆ get_position()

int64_t joedb::Blob::get_position ( ) const
inlinenoexcept

Definition at line 29 of file Blob.h.

◆ get_size()

int64_t joedb::Blob::get_size ( ) const
inlinenoexcept

Definition at line 30 of file Blob.h.

◆ is_null()

bool joedb::Blob::is_null ( ) const
inline

Definition at line 26 of file Blob.h.

◆ operator<()

bool joedb::Blob::operator< ( Blob  blob) const
inline

Definition at line 27 of file Blob.h.


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