ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces
directed_graph.h File Reference
#include <stdexcept>
#include <vector>
#include <unordered_set>
#include <cstddef>
#include "meta.h"
#include "util/optional.h"
#include "graph/graph.h"
#include "graph/default_node.h"
#include "graph/default_edge.h"
#include "node_iterator.h"
#include "edge_iterator.h"
#include "graph/directed_graph.tcc"

Go to the source code of this file.

Classes

class  meta::graph::directed_graph< Node, Edge >
 A (currently) simple class to represent a directed graph in memory. More...
 
class  meta::graph::directed_graph< Node, Edge >::node_iterator< Iter >
 
class  meta::graph::directed_graph< Node, Edge >::undirected_graph< A, B >
 
class  meta::graph::directed_graph< Node, Edge >::edge_iterator< Iter >
 
class  meta::graph::directed_graph_exception
 Basic exception for directed_graph interactions. More...
 

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::graph
 Contains implementations of the graph data structure and algorithms that operate over them.
 

Detailed Description

Author
Sean Massung

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.