dotimport.cpp(3)
NAME
dotImport.cpp
SYNOPSIS
#include <string.h> #include <errno.h> #include <tulip/TulipPlugin.h> #include <tulip/hash_string.h> #include <dotImportCLUT.h> #include 'dotImportParser.h' #include 'dotImportLexer.h' Classes class DotImport DotImport.cpp - Import a graph coded in dot format. Enumerations enum yytokentype { NUMBER = 258, IDENT = 259, STRING = 260, _STRICT = 261, _DIGRAPH = 262, _GRAPH = 263, _NODE = 264, _EDGE = 265, _SUBGRAPH = 266, _EDGEOP = 267 }
Enumeration Type Documentation
- enum yytokentype
- Enumerator:
- NUMBER
- IDENT
- STRING
- _STRICT
- _DIGRAPH
- _GRAPH
- _NODE
- _EDGE
- _SUBGRAPH
- _EDGEOP
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.