alglib::graph::edge_t< vertex_t, void > Struct Template Reference
#include <edge.h>
Inheritance diagram for alglib::graph::edge_t< vertex_t, void >:
Public Member Functions | |
| edge_t () | |
| edge_t (const vertex_t &u, const vertex_t v) | |
Public Member Functions inherited from alglib::graph::edge_t< vertex_t, int > | |
| edge_t ()=default | |
| edge_t (const vertex_t &u, const vertex_t &v, const int &attr) | |
| bool | operator== (const edge_t< vertex_t, edge_t > &other) const |
| bool | operator!= (const edge_t< vertex_t, edge_t > &other) const |
| bool | operator> (const edge_t< vertex_t, edge_t > &other) const |
| bool | operator< (const edge_t< vertex_t, edge_t > &other) const |
| bool | operator>= (const edge_t< vertex_t, edge_t > &other) const |
| bool | operator<= (const edge_t< vertex_t, edge_t > &other) const |
Additional Inherited Members | |
Public Attributes inherited from alglib::graph::edge_t< vertex_t, int > | |
| vertex_t | from |
| vertex_t | to |
| int | attribute |
Constructor & Destructor Documentation
template<typename vertex_t >
|
inline |
template<typename vertex_t >
|
inline |
Definition: dijkstra.cpp:104
The documentation for this struct was generated from the following file:
- alglib/graph/edge.h

Public Member Functions inherited from
1.8.9.1