From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- 21.05/classarmnn_1_1_html_simple_tag.xhtml | 220 +++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 21.05/classarmnn_1_1_html_simple_tag.xhtml (limited to '21.05/classarmnn_1_1_html_simple_tag.xhtml') diff --git a/21.05/classarmnn_1_1_html_simple_tag.xhtml b/21.05/classarmnn_1_1_html_simple_tag.xhtml new file mode 100644 index 0000000000..1ccfdc7c5c --- /dev/null +++ b/21.05/classarmnn_1_1_html_simple_tag.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: HtmlSimpleTag Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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