From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- 20.11/classarmnn_1_1_html_simple_tag.xhtml | 220 +++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 20.11/classarmnn_1_1_html_simple_tag.xhtml (limited to '20.11/classarmnn_1_1_html_simple_tag.xhtml') diff --git a/20.11/classarmnn_1_1_html_simple_tag.xhtml b/20.11/classarmnn_1_1_html_simple_tag.xhtml new file mode 100644 index 0000000000..82cb0c9285 --- /dev/null +++ b/20.11/classarmnn_1_1_html_simple_tag.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: HtmlSimpleTag Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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