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

#include <DotSerializer.hpp>

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

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") {}

References HtmlSimpleTag::HtmlSimpleTag().


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