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

#include <DotSerializer.hpp>

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

Public Member Functions

 HtmlSection (std::ostream &stream)
 ~HtmlSection ()
Public Member Functions inherited from DotBase
 DotBase (std::ostream &stream)
std::ostream & GetStream ()

Detailed Description

Definition at line 29 of file DotSerializer.hpp.

Constructor & Destructor Documentation

◆ HtmlSection()

HtmlSection ( std::ostream & stream)
inlineexplicit

Definition at line 32 of file DotSerializer.hpp.

33 : DotBase(stream) { GetStream() << "<";}

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

◆ ~HtmlSection()

~HtmlSection ( )
inline

Definition at line 34 of file DotSerializer.hpp.

34{ GetStream() << ">"; }

References DotBase::GetStream().


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