raiigraph
C++ RAII for igraph data structures
Loading...
Searching...
No Matches
raiigraph.hpp
Go to the documentation of this file.
1#ifndef RAIIGRAPH_HPP
2#define RAIIGRAPH_HPP
3
4#include "RNGScope.hpp"
5#include "Vector.hpp"
6#include "Matrix.hpp"
7#include "Graph.hpp"
8
19namespace raiigraph {}
20
21#endif
Wrapper around igraph_t objects with RAII behavior.
Wrapper around igraph_matrix_*_t objects with RAII behavior.
Control the igraph RNG via RAII.
Wrapper around igraph_vector_*_t objects with RAII behavior.
Utilities for manipulating igraph data structures in C++.
Definition error.hpp:11