|
25.11
|
#include <DotSerializer.hpp>
Public Member Functions | |
| NodeContent (std::ostream &stream) | |
| NodeContent & | SetName (const std::string &name) |
| NodeContent & | AddContent (const std::string &content) |
| ~NodeContent () | |
| Public Member Functions inherited from DotBase | |
| DotBase (std::ostream &stream) | |
| std::ostream & | GetStream () |
Definition at line 88 of file DotSerializer.hpp.
|
explicit |
Definition at line 136 of file DotSerializer.cpp.
References DotBase::DotBase().
Referenced by AddContent(), and SetName().
| ~NodeContent | ( | ) |
Definition at line 153 of file DotSerializer.cpp.
References DotBase::GetStream().
| NodeContent & AddContent | ( | const std::string & | content | ) |
Definition at line 147 of file DotSerializer.cpp.
References NodeContent().
Referenced by Graph::SerializeToDot().
| NodeContent & SetName | ( | const std::string & | name | ) |
Definition at line 141 of file DotSerializer.cpp.
References NodeContent().