From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/classarmnn_1_1_html_section.xhtml | 209 ++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 20.02/classarmnn_1_1_html_section.xhtml (limited to '20.02/classarmnn_1_1_html_section.xhtml') diff --git a/20.02/classarmnn_1_1_html_section.xhtml b/20.02/classarmnn_1_1_html_section.xhtml new file mode 100644 index 0000000000..ad46d3e22a --- /dev/null +++ b/20.02/classarmnn_1_1_html_section.xhtml @@ -0,0 +1,209 @@ + + + + + + + + + + + + + +ArmNN: HtmlSection Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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: +
+
+ + + + -- cgit v1.2.1