From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/classarmnn_1_1_html_simple_tag.xhtml | 220 +++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 22.02/classarmnn_1_1_html_simple_tag.xhtml (limited to '22.02/classarmnn_1_1_html_simple_tag.xhtml') diff --git a/22.02/classarmnn_1_1_html_simple_tag.xhtml b/22.02/classarmnn_1_1_html_simple_tag.xhtml new file mode 100644 index 0000000000..1084267f12 --- /dev/null +++ b/22.02/classarmnn_1_1_html_simple_tag.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: HtmlSimpleTag Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
HtmlSimpleTag Class Reference
+
+
+ +

#include <DotSerializer.hpp>

+
+Inheritance diagram for HtmlSimpleTag:
+
+
+ + +DotBase +HtmlBold + +
+ + + + + + + + + + + +

+Public Member Functions

 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 37 of file DotSerializer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ HtmlSimpleTag()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
HtmlSimpleTag (std::ostream & stream,
const char * name 
)
+
+inlineexplicit
+
+ +

Definition at line 40 of file DotSerializer.hpp.

+ +

References DotBase::GetStream().

+
41  : DotBase(stream)
42  , m_Name(name){ GetStream() << "<" << m_Name << ">"; }
DotBase(std::ostream &stream)
+
std::ostream & GetStream()
+
+
+
+ +

◆ ~HtmlSimpleTag()

+ +
+
+ + + + + +
+ + + + + + + +
~HtmlSimpleTag ()
+
+inline
+
+ +

Definition at line 43 of file DotSerializer.hpp.

+ +

References DotBase::GetStream().

+
43 { GetStream() << "</" << m_Name << ">"; }
std::ostream & GetStream()
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1