TuttleOFX  1
tuttle::host::graph::detail::SubDotEntry< T > Struct Template Reference

#include <GraphExporter.hpp>

Inheritance diagram for tuttle::host::graph::detail::SubDotEntry< T >:
Collaboration diagram for tuttle::host::graph::detail::SubDotEntry< T >:

Public Member Functions

 SubDotEntry (const std::string &key, const T &value)

Friends

template<class TT >
std::ostream & operator<< (std::ostream &os, const SubDotEntry< TT > &d)

Detailed Description

template<class T>
struct tuttle::host::graph::detail::SubDotEntry< T >

Definition at line 24 of file GraphExporter.hpp.


Constructor & Destructor Documentation

template<class T>
tuttle::host::graph::detail::SubDotEntry< T >::SubDotEntry ( const std::string &  key,
const T &  value 
) [inline]

Definition at line 26 of file GraphExporter.hpp.


Friends And Related Function Documentation

template<class T>
template<class TT >
std::ostream& operator<< ( std::ostream &  os,
const SubDotEntry< TT > &  d 
) [friend]

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