TuttleOFX
1
|
#include <GraphExporter.hpp>
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) |
Definition at line 12 of file GraphExporter.hpp.
tuttle::host::graph::detail::DotEntry< T >::DotEntry | ( | const std::string & | key, |
const T & | value | ||
) | [inline] |
Definition at line 14 of file GraphExporter.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const DotEntry< TT > & | d | ||
) | [friend] |
const std::string& tuttle::host::graph::detail::DotEntry< T >::_key |
Definition at line 18 of file GraphExporter.hpp.
const T& tuttle::host::graph::detail::DotEntry< T >::_value |
Definition at line 19 of file GraphExporter.hpp.