ModErn Text Analysis
META Enumerates Textual Applications
Classes
meta::graph Namespace Reference

Contains implementations of the graph data structure and algorithms that operate over them. More...

Classes

struct  default_edge
 
struct  default_node
 
class  directed_graph
 A (currently) simple class to represent a directed graph in memory. More...
 
class  directed_graph_exception
 Basic exception for directed_graph interactions. More...
 
class  graph
 
class  graph_exception
 Basic exception for graph interactions. More...
 
class  undirected_graph
 A simple class to represent a directed graph in memory. More...
 
class  undirected_graph_exception
 Basic exception for undirected_graph interactions. More...
 

Detailed Description

Contains implementations of the graph data structure and algorithms that operate over them.