| graphgen::adjlist | Generic adjacency list output format |
| graphgen::adjmatrix | Generic adjacency matrix output format |
| graphgen::canonical< W, R > | Ensemble class to sample graphs from the canonical statistical pseudo ensemble |
| graphgen::clusteringglobal | Global clustering coefficient estimator |
| graphgen::clusteringlocal | Local clustering coefficient estimator |
| graphgen::degreedist | Degree distribution estimator |
| graphgen::degreeseq | Degree sequence output format |
| graphgen::distancedist | Distance distribution estimator |
| graphgen::ensemble_base< W, S > | Ensemble base class, defines generic typedefs, data fields, access methods for all ensemble classes |
| graphgen::estimator | Estimator base class |
| graphgen::grandcanonical< W, R > | Ensemble class to sample graphs from the grand-canonical statistical pseudo ensemble |
| graphgen::graphviz | Graphviz output format |
| graphgen::link_weight< WV > | Two point weight template class |
| graphgen::linklist | Generic link list output format |
| graphgen::microcanonical< W, R > | Ensemble class to sample graphs from the micro-canonical statistical pseudo ensemble |
| graphgen::shape::multigraph< W > | Restriction functor proposes local updates to ensemble classes without any restrictions |
| graphgen::shape::noselflinks< W > | Restriction functor proposes local updates to ensemble classes, preserving the ensemble of multi-link degenerate graphs |
| graphgen::pajek | Pajek output format |
| graphgen::Ratio< R > | Ratio functor calculates the appropriate weight ratio for a proposed local update |
| graphgen::shape::simple< W > | Restriction functor proposes local updates preserving the simple graph ensemble |
| graphgen::symmetric_matrix< T > | Symmetric matrix container data type<T> |
| graphgen::shape::tree< W > | Restriction functor proposes local updates preserving the tree propoerty of the simulated graph |
| graphgen::undirected_graph | Undirected_graph is a central element of graphgen, representing a graph with undirected links |
| graphgen::undirected_graph::ibreadth | Breadth first search iterator |
| graphgen::undirected_graph::idepth | Depth first search iterator |
| graphgen::undirected_graph::ilinks | Iterator over all undirected links of a graph |
| graphgen::undirected_graph::ineighbors | Iterator over the neighbors of a start node |
| graphgen::undirected_graph::isequence | Simple node sequence iterator |
| graphgen::value_type | Enumeration type template parameter to specify weight calculation and handling |
| graphgen::vertex_weight< WV > | One point weight template class |
1.5.6