Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Static Public Member Functions
ggl::Graph_GMLparser Class Reference

Graph GML parser. More...

#include <Graph_GMLparser.hh>

Static Public Member Functions

static std::pair< Graph, int > parseGraph (const std::string &GML_string)
 

Detailed Description

  This is a wrapper for the ggl::Graph_GML_grammar BNF parser that parses
  a GML string representation of a ggl::Graph object. See there for
  further details.
Author
Martin Mann (c) 2012 http://www.bioinf.uni-freiburg.de/~mmann/

Definition at line 21 of file Graph_GMLparser.hh.

Member Function Documentation

static std::pair< Graph, int > ggl::Graph_GMLparser::parseGraph ( const std::string &  GML_string)
static

Parses a GML string and generates a Graph object

Parameters
GML_stringthe string to parse
Returns
pair.first = the graph object pair.second = -1 if parsing was successful, in error case it returns the string position that caused the parsing error

The documentation for this class was generated from the following file: