Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <stdint.h>
#include <stdlib.h>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | joedb |
Enumerations | |
enum class | joedb::Table_Id : uint16_t |
enum class | joedb::Field_Id : uint16_t |
enum class | joedb::Record_Id : size_t |
Functions | |
constexpr std::underlying_type< Table_Id >::type | joedb::to_underlying (Table_Id id) |
constexpr std::underlying_type< Field_Id >::type | joedb::to_underlying (Field_Id id) |
constexpr std::underlying_type< Record_Id >::type | joedb::to_underlying (Record_Id id) |
constexpr Record_Id | joedb::operator+ (Record_Id id, size_t size) |
constexpr Record_Id | joedb::operator- (Record_Id id, size_t size) |
Table_Id & | joedb::operator++ (Table_Id &id) |
Field_Id & | joedb::operator++ (Field_Id &id) |
Record_Id & | joedb::operator++ (Record_Id &id) |
Record_Id & | joedb::operator-- (Record_Id &id) |