V-Gears 0
Free Final Fantasy VII engine.
boost::ArrowheadWriter< Name > Class Template Reference

Property writer for the IsJump property. More...

#include <Graph.h>

Public Member Functions

 ArrowheadWriter (Name name)
 Constructor. More...
 
template<class VertexOrEdge >
void operator() (std::ostream &out, const VertexOrEdge &v) const
 Outputs the arrowhead edge property. More...
 

Private Attributes

Name name
 The name of the attribute to use. More...
 

Detailed Description

template<class Name>
class boost::ArrowheadWriter< Name >

Property writer for the IsJump property.

Constructor & Destructor Documentation

◆ ArrowheadWriter()

template<class Name >
boost::ArrowheadWriter< Name >::ArrowheadWriter ( Name  name)
inlineexplicit

Constructor.

Parameters
[in]nameThe name of the attribute to use.

Member Function Documentation

◆ operator()()

template<class Name >
template<class VertexOrEdge >
void boost::ArrowheadWriter< Name >::operator() ( std::ostream &  out,
const VertexOrEdge &  v 
) const
inline

Outputs the arrowhead edge property.

Parameters
[out]outThe stream to output to.
[in]vThe vertex or edge to output the attribute for.

Member Data Documentation

◆ name

template<class Name >
Name boost::ArrowheadWriter< Name >::name
private

The name of the attribute to use.


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