|
25.11
|
#include <DotSerializer.hpp>
Public Member Functions | |
| DotAttributeSet (std::ostream &stream) | |
| ~DotAttributeSet () | |
| DotAttributeSet & | AddAttribute (const std::string &name, const std::stringstream &value) |
| DotAttributeSet & | AddAttribute (const std::string &name, int value) |
| DotAttributeSet & | AddAttribute (const std::string &name, const std::string &value) |
| Public Member Functions inherited from DotBase | |
| DotBase (std::ostream &stream) | |
| std::ostream & | GetStream () |
Definition at line 64 of file DotSerializer.hpp.
|
explicit |
Definition at line 72 of file DotSerializer.cpp.
References DotBase::DotBase(), and DotBase::GetStream().
Referenced by AddAttribute(), AddAttribute(), and AddAttribute().
| ~DotAttributeSet | ( | ) |
Definition at line 78 of file DotSerializer.cpp.
References DotBase::GetStream().
| DotAttributeSet & AddAttribute | ( | const std::string & | name, |
| const std::string & | value ) |
Definition at line 111 of file DotSerializer.cpp.
References DotAttributeSet().
| DotAttributeSet & AddAttribute | ( | const std::string & | name, |
| const std::stringstream & | value ) |
Definition at line 95 of file DotSerializer.cpp.
References DotAttributeSet().
Referenced by Graph::SerializeToDot().
| DotAttributeSet & AddAttribute | ( | const std::string & | name, |
| int | value ) |
Definition at line 103 of file DotSerializer.cpp.
References DotAttributeSet().