ArmNN
 25.11
Loading...
Searching...
No Matches
HtmlSimpleTag Class Reference

#include <DotSerializer.hpp>

Inheritance diagram for HtmlSimpleTag:
[legend]
Collaboration diagram for HtmlSimpleTag:
[legend]

Public Member Functions

 HtmlSimpleTag (std::ostream &stream, const char *name)
 ~HtmlSimpleTag ()
Public Member Functions inherited from DotBase
 DotBase (std::ostream &stream)
std::ostream & GetStream ()

Detailed Description

Definition at line 37 of file DotSerializer.hpp.

Constructor & Destructor Documentation

◆ HtmlSimpleTag()

HtmlSimpleTag ( std::ostream & stream,
const char * name )
inlineexplicit

Definition at line 40 of file DotSerializer.hpp.

41 : DotBase(stream)
42 , m_Name(name){ GetStream() << "<" << m_Name << ">"; }

References DotBase::DotBase(), and DotBase::GetStream().

Referenced by HtmlBold::HtmlBold().

◆ ~HtmlSimpleTag()

~HtmlSimpleTag ( )
inline

Definition at line 43 of file DotSerializer.hpp.

43{ GetStream() << "</" << m_Name << ">"; }

References DotBase::GetStream().


The documentation for this class was generated from the following file: