|
raiigraph
C++ RAII for igraph data structures
|
| Craiigraph::Graph | Wrapper around igraph_t objects with RAII behavior |
| Craiigraph::Matrix< Ns_ >::View< BaseIterator, BaseReference >::Iterator | Random-access iterator through the view |
| Craiigraph::Matrix< Ns_ > | Wrapper around igraph_matrix_*_t objects with RAII behavior |
| Craiigraph::RNGScope | Control the igraph RNG via RAII |
| ▼Cstd::runtime_error | |
| Craiigraph::IgraphError | Error class for igraph-related errors |
| Craiigraph::Vector< Ns_ > | Wrapper around igraph_vector_*_t objects with RAII behavior |
| Craiigraph::Matrix< Ns_ >::View< BaseIterator, BaseReference > | View into a row/column of the matrix |