C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::graph::edge_direction Struct Reference

#include <tpf_graph.hpp>

Static Public Attributes

static constexpr int undirected = 0
 
static constexpr int undirected_unweighted = 0
 
static constexpr int unweighted_undirected = 0
 
static constexpr int directed = 1
 
static constexpr int directed_unweighted = 1
 
static constexpr int unweighted_directed = 1
 
static constexpr int weighted = 2
 
static constexpr int undirected_weighted = 2
 
static constexpr int weighted_undirected = 2
 
static constexpr int directed_weighted = 3
 
static constexpr int weighted_directed = 3
 

Detailed Description

Definition at line 36 of file tpf_graph.hpp.

Member Data Documentation

◆ directed

constexpr int tpf::graph::edge_direction::directed = 1
staticconstexpr

Definition at line 42 of file tpf_graph.hpp.

◆ directed_unweighted

constexpr int tpf::graph::edge_direction::directed_unweighted = 1
staticconstexpr

Definition at line 43 of file tpf_graph.hpp.

◆ directed_weighted

constexpr int tpf::graph::edge_direction::directed_weighted = 3
staticconstexpr

Definition at line 50 of file tpf_graph.hpp.

◆ undirected

constexpr int tpf::graph::edge_direction::undirected = 0
staticconstexpr

Definition at line 38 of file tpf_graph.hpp.

◆ undirected_unweighted

constexpr int tpf::graph::edge_direction::undirected_unweighted = 0
staticconstexpr

Definition at line 39 of file tpf_graph.hpp.

◆ undirected_weighted

constexpr int tpf::graph::edge_direction::undirected_weighted = 2
staticconstexpr

Definition at line 47 of file tpf_graph.hpp.

◆ unweighted_directed

constexpr int tpf::graph::edge_direction::unweighted_directed = 1
staticconstexpr

Definition at line 44 of file tpf_graph.hpp.

◆ unweighted_undirected

constexpr int tpf::graph::edge_direction::unweighted_undirected = 0
staticconstexpr

Definition at line 40 of file tpf_graph.hpp.

◆ weighted

constexpr int tpf::graph::edge_direction::weighted = 2
staticconstexpr

Definition at line 46 of file tpf_graph.hpp.

◆ weighted_directed

constexpr int tpf::graph::edge_direction::weighted_directed = 3
staticconstexpr

Definition at line 51 of file tpf_graph.hpp.

◆ weighted_undirected

constexpr int tpf::graph::edge_direction::weighted_undirected = 2
staticconstexpr

Definition at line 48 of file tpf_graph.hpp.


The documentation for this struct was generated from the following file: