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

Go to the source code of this file.

Namespaces

namespace  joedb
 

Macros

#define TYPE_MACRO(type, return_type, type_id, read, write)
 
#define TYPE_MACRO_NO_REFERENCE
 
#define TYPE_MACRO(type, return_type, type_id, R, W)
 

Macro Definition Documentation

◆ TYPE_MACRO [1/2]

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

Definition at line 158 of file Raw_Dump_Writable.cpp.

◆ TYPE_MACRO [2/2]

#define TYPE_MACRO (   type,
  return_type,
  type_id,
  read,
  write 
)
Value:
case Type::Type_Id::type_id:\
out << #type_id;\
break;

Definition at line 158 of file Raw_Dump_Writable.cpp.

◆ TYPE_MACRO_NO_REFERENCE

#define TYPE_MACRO_NO_REFERENCE