ArmNN
 21.08
HtmlSection Class Reference

#include <DotSerializer.hpp>

Inheritance diagram for HtmlSection:
DotBase

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.

References DotBase::GetStream().

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

◆ ~HtmlSection()

~HtmlSection ( )
inline

Definition at line 34 of file DotSerializer.hpp.

References DotBase::GetStream().

34 { GetStream() << ">"; }
std::ostream & GetStream()

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