graph  4.7.0
Graph: generic attributed relational graphs
greader.h File Reference
#include <graph/config/graph_config.h>
#include <soma-io/reader/areader.h>
Include dependency graph for greader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GraphReader
 To read a Graph from a file. More...
 

Functions

GRAPH_API GraphReaderoperator>> (GraphReader &reader, Graph &graph)
 Restore a graph from a file using a GraphReader. More...
 

Function Documentation

◆ operator>>()

GRAPH_API GraphReader& operator>> ( GraphReader reader,
Graph graph 
)

Restore a graph from a file using a GraphReader.

Parameters
readerGraphReader to read from
graphgraph to restore
Returns
the GraphReader given as a parameter

Referenced by GraphReader::syntaxSet().