Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
Readable.h File Reference
#include "joedb/Type.h"
#include <map>
#include <string>
#include "joedb/TYPE_MACRO.h"
Include dependency graph for Readable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  joedb::Readable
 

Namespaces

namespace  joedb
 

Macros

#define TYPE_MACRO(type, return_type, type_id, R, W)
 

Macro Definition Documentation

◆ TYPE_MACRO

#define TYPE_MACRO (   type,
  return_type,
  type_id,
  R,
 
)
Value:
virtual const type &get_##type_id\
(\
Table_Id table_id,\
Record_Id record_id,\
Field_Id field_id\
) const = 0;

Definition at line 34 of file Readable.h.