TuttleOFX  1
tuttle::host::graph::UEdge Class Reference

Edge of the user graph. More...

#include <UEdge.hpp>

Inheritance diagram for tuttle::host::graph::UEdge:
Collaboration diagram for tuttle::host::graph::UEdge:

Public Member Functions

 UEdge ()
 UEdge (const UVertex::Key &out, const UVertex::Key &in, const std::string &inAttrName)
 ~UEdge ()

Friends

std::ostream & operator<< (std::ostream &os, const UEdge &v)

Detailed Description

Edge of the user graph.

Definition at line 18 of file UEdge.hpp.


Constructor & Destructor Documentation

tuttle::host::graph::UEdge::UEdge ( ) [inline]

Definition at line 21 of file UEdge.hpp.

tuttle::host::graph::UEdge::UEdge ( const UVertex::Key out,
const UVertex::Key in,
const std::string &  inAttrName 
)

Definition at line 7 of file UEdge.cpp.

tuttle::host::graph::UEdge::~UEdge ( ) [inline]

Definition at line 26 of file UEdge.hpp.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const UEdge v 
) [friend]

Definition at line 12 of file UEdge.cpp.


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