From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/classarmnn_1_1_log_sink.xhtml | 202 ++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 20.02/classarmnn_1_1_log_sink.xhtml (limited to '20.02/classarmnn_1_1_log_sink.xhtml') diff --git a/20.02/classarmnn_1_1_log_sink.xhtml b/20.02/classarmnn_1_1_log_sink.xhtml new file mode 100644 index 0000000000..6d72b8c89c --- /dev/null +++ b/20.02/classarmnn_1_1_log_sink.xhtml @@ -0,0 +1,202 @@ + + + + + + + + + + + + + +ArmNN: LogSink Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 35 of file Logging.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~LogSink()

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

Definition at line 38 of file Logging.hpp.

+ +

References LogSink::Consume().

+
38 {};
+
+
+

Member Function Documentation

+ +

◆ Consume()

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

Implemented in StandardOutputSink.

+ +

Referenced by LogSink::~LogSink().

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