From 03c7ff3f6188240baaeaeb405a357a0c58195fec Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 22 Aug 2023 12:00:04 +0100 Subject: IVGCVSW-7702 Update Doxygen Docu for 23.08 Signed-off-by: Nikhil Raj Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d --- 23.08/classarmnn_1_1_html_bold.html | 181 ++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 23.08/classarmnn_1_1_html_bold.html (limited to '23.08/classarmnn_1_1_html_bold.html') diff --git a/23.08/classarmnn_1_1_html_bold.html b/23.08/classarmnn_1_1_html_bold.html new file mode 100644 index 0000000000..25e8616386 --- /dev/null +++ b/23.08/classarmnn_1_1_html_bold.html @@ -0,0 +1,181 @@ + + + + + + + + +Arm NN: HtmlBold Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
HtmlBold Class Reference
+
+
+ +

#include <DotSerializer.hpp>

+
+Inheritance diagram for HtmlBold:
+
+
+
+
[legend]
+
+Collaboration diagram for HtmlBold:
+
+
+
+
[legend]
+ + + + + + + + + + + + + + +

+Public Member Functions

 HtmlBold (std::ostream &stream)
 
- Public Member Functions inherited from HtmlSimpleTag
 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 49 of file DotSerializer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ HtmlBold()

+ +
+
+ + + + + +
+ + + + + + + + +
HtmlBold (std::ostream & stream)
+
+inlineexplicit
+
+ +

Definition at line 52 of file DotSerializer.hpp.

+
53  : HtmlSimpleTag(stream, "B") {}
+
+
+
+
The documentation for this class was generated from the following file: +
+
+
HtmlSimpleTag(std::ostream &stream, const char *name)
+ + + + -- cgit v1.2.1