#include <MC.hpp>
Collaboration diagram for MC_graph_node:
Public Member Functions | |
MC_graph_node () | |
MC_graph_node (int d, MC_adjacency_entry *l) | |
MC_graph_node () | |
MC_graph_node (int d, MC_adjacency_entry *l) | |
Public Attributes | |
int | degree |
MC_adjacency_entry * | adj_list |
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] |
MC_graph_node::MC_graph_node | ( | int | d, | |
MC_adjacency_entry * | l | |||
) | [inline] |