Joedb 10.0.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
joedb::db::encoded_file::container_of_buffer::iterator Class Reference

#include <joedb/db/encoded_file/Database.h>

Public Types

typedef std::forward_iterator_tag iterator_category
 
typedef id_of_buffer value_type
 
typedef std::ptrdiff_t difference_type
 
typedef value_typepointer
 
typedef value_typereference
 

Public Member Functions

bool operator== (const iterator &i) const
 
bool operator!= (const iterator &i) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
id_of_buffer operator* () const
 

Friends

class container_of_buffer
 

Detailed Description

Definition at line 230 of file Database.h.

Member Typedef Documentation

◆ difference_type

Definition at line 240 of file Database.h.

◆ iterator_category

Definition at line 238 of file Database.h.

◆ pointer

Definition at line 241 of file Database.h.

◆ reference

Definition at line 242 of file Database.h.

◆ value_type

Definition at line 239 of file Database.h.

Member Function Documentation

◆ operator!=()

bool joedb::db::encoded_file::container_of_buffer::iterator::operator!= ( const iterator i) const
inline

Definition at line 245 of file Database.h.

◆ operator*()

id_of_buffer joedb::db::encoded_file::container_of_buffer::iterator::operator* ( ) const
inline

Definition at line 250 of file Database.h.

◆ operator++() [1/2]

iterator & joedb::db::encoded_file::container_of_buffer::iterator::operator++ ( )
inline

Definition at line 246 of file Database.h.

◆ operator++() [2/2]

iterator joedb::db::encoded_file::container_of_buffer::iterator::operator++ ( int  )
inline

Definition at line 247 of file Database.h.

◆ operator--() [1/2]

iterator & joedb::db::encoded_file::container_of_buffer::iterator::operator-- ( )
inline

Definition at line 248 of file Database.h.

◆ operator--() [2/2]

iterator joedb::db::encoded_file::container_of_buffer::iterator::operator-- ( int  )
inline

Definition at line 249 of file Database.h.

◆ operator==()

bool joedb::db::encoded_file::container_of_buffer::iterator::operator== ( const iterator i) const
inline

Definition at line 244 of file Database.h.

Friends And Related Symbol Documentation

◆ container_of_buffer

friend class container_of_buffer
friend

Definition at line 232 of file Database.h.


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