dlvhex  2.5.0
EvalGraph< EvalUnitPropertyBaseT, EvalUnitDepPropertyBaseT >::Impl Struct Reference

Helper for printing a single EvalUnit in dot format. More...

#include <include/dlvhex2/EvalGraph.h>

Static Public Member Functions

static std::string graphviz_node_id (EvalUnit u)
 Returns a string representation of a single EvalUnit.

Detailed Description

template<typename EvalUnitPropertyBaseT = none_t, typename EvalUnitDepPropertyBaseT = none_t>
struct EvalGraph< EvalUnitPropertyBaseT, EvalUnitDepPropertyBaseT >::Impl

Helper for printing a single EvalUnit in dot format.

Definition at line 349 of file EvalGraph.h.


Member Function Documentation

template<typename EvalUnitPropertyBaseT = none_t, typename EvalUnitDepPropertyBaseT = none_t>
static std::string EvalGraph< EvalUnitPropertyBaseT, EvalUnitDepPropertyBaseT >::Impl::graphviz_node_id ( EvalUnit  u) [inline, static]

Returns a string representation of a single EvalUnit.

Parameters:
uEvalUnit to represent.
Returns:
String representation of u.

Definition at line 354 of file EvalGraph.h.


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