Joedb 9.1.4
The Journal-Only Embedded Database
|
#include "joedb/Freedom_Keeper.h"
#include "joedb/journal/Writable_Journal.h"
#include "joedb/journal/Memory_File.h"
#include "joedb/error/Exception.h"
#include "joedb/error/Out_Of_Date.h"
#include "joedb/error/assert.h"
#include "joedb/get_version.h"
#include "ids.h"
#include <string>
#include <cstdint>
#include <cstring>
#include <vector>
#include <algorithm>
#include <string_view>
#include <map>
#include "joedb/ui/type_io.h"
#include <sstream>
Go to the source code of this file.
Classes | |
class | tutorial::Database |
Store all the tables of the database. More... | |
class | tutorial::container_of_city |
returned by Database::get_city_table More... | |
class | tutorial::container_of_city::iterator |
class | tutorial::container_of_person |
returned by Database::get_person_table More... | |
class | tutorial::container_of_person::iterator |
class | tutorial::range_of_person_by_name |
returned by Database::find_person_by_name More... | |
class | tutorial::range_of_person_by_name::iterator |
Namespaces | |
namespace | tutorial |
Automatically generated by joedbc. | |