|
raiigraph
C++ RAII for igraph data structures
|
| ▼Nraiigraph | Utilities for manipulating igraph data structures in C++ |
| CGraph | Wrapper around igraph_t objects with RAII behavior |
| CIgraphError | Error class for igraph-related errors |
| ▼CMatrix | Wrapper around igraph_matrix_*_t objects with RAII behavior |
| ▼CView | View into a row/column of the matrix |
| CIterator | Random-access iterator through the view |
| CRNGScope | Control the igraph RNG via RAII |
| CVector | Wrapper around igraph_vector_*_t objects with RAII behavior |