V-Gears 0
Free Final Fantasy VII engine.
IsJump Struct Reference

Structure representing whether or not an edge is a jump. More...

#include <Graph.h>

Public Member Functions

 IsJump ()
 Parameterless constructor. More...
 
 IsJump (bool jump)
 Constructor. More...
 

Public Attributes

bool is_jump = false
 Whether or not the edge is a jump. More...
 

Friends

std::ostream & operator<< (std::ostream &output, IsJump is_jump)
 Output edge information as a graphviz edge property. More...
 

Detailed Description

Structure representing whether or not an edge is a jump.

Constructor & Destructor Documentation

◆ IsJump() [1/2]

IsJump::IsJump ( )

Parameterless constructor.

Required for use with STL and Boost, should not be called manually.

◆ IsJump() [2/2]

IsJump::IsJump ( bool  jump)

Constructor.

Parameters
[in]jumpWhether or not the edge is a jump.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  output,
IsJump  is_jump 
)
friend

Output edge information as a graphviz edge property.

Parameters
[out]outputThe stream to output to.
[in]is_jumpThe IsJump to output.
Returns
The stream used for output.

Member Data Documentation

◆ 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: