![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/util/DotTool.hpp>
#include <mutable/util/fn.hpp>
#include <mutable/util/macro.hpp>
#include <fstream>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Macros | |
#define | SYMBOLS(X) |
#define | LOADSYM(SYM) SYM = (decltype(SYM))(dlsym(libgraphviz, #SYM)); |
Variables | |
static int(* | agclose )(Agraph_t *) |
static Agraph_t *(* | agmemread )(const char *) |
static GVC_t *(* | gvContext )() |
static int(* | gvFreeContext )(GVC_t *) |
static int(* | gvFreeLayout )(GVC_t *, graph_t *) |
static int(* | gvLayout )(GVC_t *, graph_t *, const char *) |
static int(* | gvRenderFilename )(GVC_t *, graph_t *, const char *, const char *) |
static void * | libgraphviz |
static GVC_t * | gvc |
#define LOADSYM | ( | SYM | ) | SYM = (decltype(SYM))(dlsym(libgraphviz, #SYM)); |
Definition at line 43 of file DotTool.cpp.
#define SYMBOLS | ( | X | ) |
Definition at line 34 of file DotTool.cpp.
|
static |
Definition at line 26 of file DotTool.cpp.
Referenced by m::DotTool::render_to_pdf().
|
static |
Definition at line 27 of file DotTool.cpp.
Referenced by m::DotTool::render_to_pdf().
|
static |
Definition at line 52 of file DotTool.cpp.
Referenced by m::DotTool::DotTool(), and m::DotTool::render_to_pdf().
|
static |
Definition at line 28 of file DotTool.cpp.
Referenced by m::DotTool::DotTool().
|
static |
Definition at line 29 of file DotTool.cpp.
|
static |
Definition at line 30 of file DotTool.cpp.
Referenced by m::DotTool::render_to_pdf().
|
static |
Definition at line 31 of file DotTool.cpp.
Referenced by m::DotTool::render_to_pdf().
|
static |
Definition at line 32 of file DotTool.cpp.
Referenced by m::DotTool::render_to_pdf().
|
static |
Definition at line 51 of file DotTool.cpp.
Referenced by m::DotTool::DotTool(), and m::DotTool::show().