Vuo  2.3.2
Functions | Variables
VuoCompilerGraphvizParser.cc File Reference

Description

VuoCompilerGraphvizParser implementation.

Definition in file VuoCompilerGraphvizParser.cc.

Go to the source code of this file.

Functions

static int VuoCompilerGraphvizParser_error (char *message)
 Graphviz callback that appends error messages to VuoCompilerGraphvizParser_lastError. More...
 

Variables

gvplugin_library_t gvplugin_dot_layout_LTX_library
 Reference to the statically-built Graphviz Dot library. More...
 
gvplugin_library_t gvplugin_core_LTX_library
 Reference to the statically-built Graphviz core library. More...
 
lt_symlist_t lt_preloaded_symbols []
 Graphviz plugins. More...
 
static std::string VuoCompilerGraphvizParser_lastError
 The most recent error from Graphviz. Set this to emptystring before calling into Graphviz. More...
 

Function Documentation

◆ VuoCompilerGraphvizParser_error()

static int VuoCompilerGraphvizParser_error ( char *  message)
static

Graphviz callback that appends error messages to VuoCompilerGraphvizParser_lastError.

Definition at line 178 of file VuoCompilerGraphvizParser.cc.

Variable Documentation

◆ gvplugin_core_LTX_library

gvplugin_library_t gvplugin_core_LTX_library
extern

Reference to the statically-built Graphviz core library.

◆ gvplugin_dot_layout_LTX_library

gvplugin_library_t gvplugin_dot_layout_LTX_library
extern

Reference to the statically-built Graphviz Dot library.

◆ lt_preloaded_symbols

lt_symlist_t lt_preloaded_symbols[]
Initial value:
=
{
{ "gvplugin_dot_layout_LTX_library", &gvplugin_dot_layout_LTX_library},
{ "gvplugin_core_LTX_library", &gvplugin_core_LTX_library},
{ 0, 0}
}

Graphviz plugins.

Definition at line 43 of file VuoCompilerGraphvizParser.cc.

◆ VuoCompilerGraphvizParser_lastError

std::string VuoCompilerGraphvizParser_lastError
static

The most recent error from Graphviz. Set this to emptystring before calling into Graphviz.

Definition at line 173 of file VuoCompilerGraphvizParser.cc.