|  | 
|  | DotRankNode (int rank=0) | 
|  | 
| template<typename ... TT> | 
|  | DotNode (const TT &... args) | 
|  | 
|  | DotNode (init_t args) | 
|  | 
| template<typename ... TT> | 
| void | setName (const TT &... args) | 
|  | 
| const std::string & | getName () const | 
|  | Returns the key of this entity. 
 | 
|  | 
| void | setAttributes (const init_t &args) | 
|  | 
|  | 
| typedef std::initializer_list< std::pair< const char *, const Variable > > | init_t | 
|  | 
| drain::VariableMap | attributes | 
|  | 
| static const std::string | fill = " " | 
|  | 
| template<typename T , typename ... TT> | 
| void | _setName (std::stringstream &sstr, const T &arg, const TT &... args) | 
|  | 
| void | _setName (std::stringstream &sstr) | 
|  | 
| void | _setAttributes (std::stringstream &sstr) | 
|  | 
| template<typename T , typename ... TT> | 
| void | _setAttributes (std::stringstream &sstr, const T &arg, const TT &... args) | 
|  | 
| std::string | name | 
|  | 
The documentation for this class was generated from the following file: