Joedb 9.1.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Classes | Public Member Functions | Friends | List of all members
tutorial::range_of_person_by_name Class Reference

returned by Database::find_person_by_name More...

#include <tutorial/Database.h>

Classes

class  iterator
 

Public Member Functions

iterator begin () const
 
iterator end () const
 
bool empty () const
 
size_t size () const
 

Friends

class Database
 

Detailed Description

Definition at line 923 of file Database.h.

Member Function Documentation

◆ begin()

iterator tutorial::range_of_person_by_name::begin ( ) const
inline

Definition at line 947 of file Database.h.

◆ empty()

bool tutorial::range_of_person_by_name::empty ( ) const
inline

Definition at line 949 of file Database.h.

◆ end()

iterator tutorial::range_of_person_by_name::end ( ) const
inline

Definition at line 948 of file Database.h.

◆ size()

size_t tutorial::range_of_person_by_name::size ( ) const
inline

Definition at line 950 of file Database.h.

Friends And Related Symbol Documentation

◆ Database

friend class Database
friend

Definition at line 925 of file Database.h.


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