Structure representing whether or not an edge is a jump.
More...
#include <Graph.h>
Structure representing whether or not an edge is a jump.
◆ IsJump() [1/2]
Parameterless constructor.
Required for use with STL and Boost, should not be called manually.
◆ IsJump() [2/2]
IsJump::IsJump |
( |
bool |
jump | ) |
|
Constructor.
- Parameters
-
[in] | jump | Whether or not the edge is a jump. |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
output, |
|
|
IsJump |
is_jump |
|
) |
| |
|
friend |
Output edge information as a graphviz edge property.
- Parameters
-
[out] | output | The stream to output to. |
[in] | is_jump | The IsJump to output. |
- Returns
- The stream used for output.
◆ is_jump
bool IsJump::is_jump = false |
Whether or not the edge is a jump.
The documentation for this struct was generated from the following files: