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

#include <GraphExporter.hpp>

Inheritance diagram for tuttle::host::graph::detail::DotEntry< T >:

Public Member Functions

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

Data Fields

const std::string & _key
const T & _value

Friends

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

Detailed Description

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

Definition at line 12 of file GraphExporter.hpp.


Constructor & Destructor Documentation

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

Definition at line 14 of file GraphExporter.hpp.


Friends And Related Function Documentation

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

Field Documentation

template<class T>
const std::string& tuttle::host::graph::detail::DotEntry< T >::_key

Definition at line 18 of file GraphExporter.hpp.

template<class T>
const T& tuttle::host::graph::detail::DotEntry< T >::_value

Definition at line 19 of file GraphExporter.hpp.


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