8 #ifndef REAL_DIRECTED_VERTEX_HPP_INCLUDED
9 #define REAL_DIRECTED_VERTEX_HPP_INCLUDED
53 base_directed_vertex_clear();
58 #endif // REAL_DIRECTED_VERTEX_HPP_INCLUDED
Class for vertices in real directed graphs.
Definition: real_directed_vertex.hpp:27
Classes of attributes for edges (ex.: simple edge, weighted edge).
void clear()
Reinitializes the vertex.
Definition: real_directed_vertex.hpp:50
Virtual template base class for vertices in directed graphs.
Definition: base_directed_vertex.hpp:33
real_directed_vertex()
Constructor.
Definition: real_directed_vertex.hpp:43
Virtual base class for vertices in directed graphs.
~real_directed_vertex()
Destructor.
Definition: real_directed_vertex.hpp:33