#include <DotSerializer.hpp>
Definition at line 114 of file DotSerializer.hpp.
◆ DotDefaults()
DotDefaults |
( |
std::ostream & |
stream, |
|
|
const char * |
type |
|
) |
| |
|
explicit |
Definition at line 208 of file DotSerializer.cpp.
References DotBase::GetStream().
211 std::stringstream ss;
212 ss << Indent(4) << type;
215 m_Attributes = std::make_unique<DotAttributeSet>(stream);
DotBase(std::ostream &stream)
std::ostream & GetStream()
◆ ~DotDefaults()
◆ GetAttributeSet()
The documentation for this class was generated from the following files: