#include <DotSerializer.hpp>
Definition at line 101 of file DotSerializer.hpp.
◆ DotNode()
Definition at line 179 of file DotSerializer.cpp.
182 std::stringstream ss;
183 ss << Indent(4) << nodeId;
187 m_Contents = std::make_unique<NodeContent>(stream);
188 m_Attributes = std::make_unique<DotAttributeSet>(stream);
190 if (std::strlen(label) != 0)
192 m_Contents->SetName(label);
196 m_Contents->SetName(
"<noname>");
References DotBase::GetStream().
◆ ~DotNode()
◆ GetAttributeSet()
◆ GetContents()
The documentation for this class was generated from the following files: