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_log_sink.xhtml | 202 ++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 23.05/classarmnn_1_1_log_sink.xhtml (limited to '23.05/classarmnn_1_1_log_sink.xhtml') diff --git a/23.05/classarmnn_1_1_log_sink.xhtml b/23.05/classarmnn_1_1_log_sink.xhtml new file mode 100644 index 0000000000..19ee3f5117 --- /dev/null +++ b/23.05/classarmnn_1_1_log_sink.xhtml @@ -0,0 +1,202 @@ + + + + + + + + + + + + + +ArmNN: LogSink Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LogSink Class Referenceabstract
+
+
+ +

#include <Logging.hpp>

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

+Public Member Functions

virtual ~LogSink ()
 
virtual void Consume (const std::string &)=0
 
+

Detailed Description

+
+

Definition at line 81 of file Logging.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~LogSink()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~LogSink ()
+
+inlinevirtual
+
+ +

Definition at line 84 of file Logging.hpp.

+
84 {};
+
+
+
+

Member Function Documentation

+ +

◆ Consume()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void Consume (const std::string & )
+
+pure virtual
+
+ +

Implemented in StandardOutputSink.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1