ArmNN
 21.02
HtmlBold Class Reference

#include <DotSerializer.hpp>

Inheritance diagram for HtmlBold:
HtmlSimpleTag DotBase

Public Member Functions

 HtmlBold (std::ostream &stream)
 
- Public Member Functions inherited from HtmlSimpleTag
 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 49 of file DotSerializer.hpp.

Constructor & Destructor Documentation

◆ HtmlBold()

HtmlBold ( std::ostream &  stream)
inlineexplicit

Definition at line 52 of file DotSerializer.hpp.

53  : HtmlSimpleTag(stream, "B") {}
HtmlSimpleTag(std::ostream &stream, const char *name)

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