#include <MC.hpp>

Public Member Functions | |
| MC_graph_node () | |
| MC_graph_node (int d, MC_adjacency_entry *l) | |
Public Attributes | |
| int | degree |
| MC_adjacency_entry * | adj_list |
Definition at line 19 of file MC.hpp.
| MC_graph_node::MC_graph_node | ( | int | d, | |
| MC_adjacency_entry * | l | |||
| ) | [inline] |
1.6.1