enum NGraph::tGraph::line_type

#include <ngraph.hpp>

enum line_type {
    VERTEX,
    EDGE,
    COMMENT,
    EMPTY,
};