1#ifndef RAIIGRAPH_ERROR_HPP
2#define RAIIGRAPH_ERROR_HPP
27 igraph_error_t
code()
const {
32 igraph_error_t my_code;
40 if (code != IGRAPH_SUCCESS) {
Error class for igraph-related errors.
Definition error.hpp:16
IgraphError(igraph_error_t code)
Definition error.hpp:21
igraph_error_t code() const
Definition error.hpp:27
Utilities for manipulating igraph data structures in C++.
Definition error.hpp:11
void check_code(igraph_error_t code)
Definition error.hpp:39