Joedb 9.1.4
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)
 
 Blob ()
 
bool is_null () const
 
bool operator< (Blob blob) const
 
int64_t get_position () const noexcept
 

Detailed Description

Definition at line 9 of file Blob.h.

Constructor & Destructor Documentation

◆ Blob() [1/2]

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

Definition at line 16 of file Blob.h.

◆ Blob() [2/2]

joedb::Blob::Blob ( )
inline

Definition at line 21 of file Blob.h.

Member Function Documentation

◆ get_position()

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

Definition at line 28 of file Blob.h.

◆ is_null()

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

Definition at line 25 of file Blob.h.

◆ operator<()

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

Definition at line 26 of file Blob.h.


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