raiigraph
C++ RAII for igraph data structures
Loading...
Searching...
No Matches
Classes | Namespaces
Graph.hpp File Reference

Wrapper around igraph_t objects with RAII behavior. More...

#include "igraph.h"
#include "Vector.hpp"
#include "error.hpp"

Go to the source code of this file.

Classes

class  raiigraph::Graph
 Wrapper around igraph_t objects with RAII behavior. More...
 

Namespaces

namespace  raiigraph
 Utilities for manipulating igraph data structures in C++.
 

Detailed Description

Wrapper around igraph_t objects with RAII behavior.