From 8efb48a6847c5cd166c561127ae6611150963ce3 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 May 2023 11:14:28 +0100 Subject: Update Doxygen docu for 23.05 Signed-off-by: Nikhil Raj Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe --- 23.05/classarmnn_1_1_standard_output_sink.xhtml | 179 ++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 23.05/classarmnn_1_1_standard_output_sink.xhtml (limited to '23.05/classarmnn_1_1_standard_output_sink.xhtml') diff --git a/23.05/classarmnn_1_1_standard_output_sink.xhtml b/23.05/classarmnn_1_1_standard_output_sink.xhtml new file mode 100644 index 0000000000..38aa762700 --- /dev/null +++ b/23.05/classarmnn_1_1_standard_output_sink.xhtml @@ -0,0 +1,179 @@ + + + + + + + + + + + + + +ArmNN: StandardOutputSink Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
StandardOutputSink Class Reference
+
+
+ +

#include <Logging.hpp>

+
+Inheritance diagram for StandardOutputSink:
+
+
+ + +LogSink + +
+ + + + + + + +

+Public Member Functions

void Consume (const std::string &s) override
 
- Public Member Functions inherited from LogSink
virtual ~LogSink ()
 
+

Detailed Description

+
+

Definition at line 91 of file Logging.hpp.

+

Member Function Documentation

+ +

◆ Consume()

+ +
+
+ + + + + +
+ + + + + + + + +
void Consume (const std::string & s)
+
+inlineoverridevirtual
+
+ +

Implements LogSink.

+ +

Definition at line 94 of file Logging.hpp.

+
95  {
+
96  std::cout << s << std::endl;
+
97  }
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1