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

Wrapper around igraph_vector_*_t objects with RAII behavior. More...

#include "igraph.h"
#include "error.hpp"
#include <algorithm>
#include <initializer_list>
#include <iterator>

Go to the source code of this file.

Classes

class  raiigraph::Vector< Ns_ >
 Wrapper around igraph_vector_*_t objects with RAII behavior. More...
 

Namespaces

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

Typedefs

typedef Vector< internal::Integer > raiigraph::IntVector
 
typedef Vector< internal::Real > raiigraph::RealVector
 
typedef Vector< internal::Bool > raiigraph::BoolVector
 

Detailed Description

Wrapper around igraph_vector_*_t objects with RAII behavior.