|  | 
| 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) | 
|  | 
|  | 
| 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) | 
|  | 
The documentation for this class was generated from the following file: