Joedb 9.1.4
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 543 of file Database.h.

Member Typedef Documentation

◆ difference_type

Definition at line 553 of file Database.h.

◆ iterator_category

Definition at line 551 of file Database.h.

◆ pointer

Definition at line 554 of file Database.h.

◆ reference

Definition at line 555 of file Database.h.

◆ value_type

Definition at line 552 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 558 of file Database.h.

◆ operator*()

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

Definition at line 563 of file Database.h.

◆ operator++() [1/2]

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

Definition at line 559 of file Database.h.

◆ operator++() [2/2]

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

Definition at line 560 of file Database.h.

◆ operator--() [1/2]

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

Definition at line 561 of file Database.h.

◆ operator--() [2/2]

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

Definition at line 562 of file Database.h.

◆ operator==()

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

Definition at line 557 of file Database.h.

Friends And Related Symbol Documentation

◆ container_of_buffer

friend class container_of_buffer
friend

Definition at line 545 of file Database.h.


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