ArmNN
 22.08
HtmlSimpleTag Class Reference

#include <DotSerializer.hpp>

Inheritance diagram for HtmlSimpleTag:
DotBase HtmlBold

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.

References DotBase::GetStream().

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

◆ ~HtmlSimpleTag()

~HtmlSimpleTag ( )
inline

Definition at line 43 of file DotSerializer.hpp.

References DotBase::GetStream().

43 { GetStream() << "</" << m_Name << ">"; }
std::ostream & GetStream()

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