Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
write_value.cpp File Reference
#include "joedb/ui/write_value.h"
#include "joedb/ui/type_io.h"
#include "joedb/Readable.h"
#include "joedb/TYPE_MACRO.h"
Include dependency graph for write_value.cpp:

Go to the source code of this file.

Namespaces

namespace  joedb
 

Macros

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

Functions

void joedb::write_value (std::ostream &out, const Readable &readable, Table_Id table_id, Record_Id record_id, Field_Id field_id)
 

Macro Definition Documentation

◆ TYPE_MACRO

#define TYPE_MACRO (   type,
  return_type,
  type_id,
  R,
 
)
Value:
case Type::Type_Id::type_id:\
write_##type_id(out, readable.get_##type_id(table_id, record_id, field_id));\
break;