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_standard_output_sink.xhtml | 173 ++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 20.02/classarmnn_1_1_standard_output_sink.xhtml (limited to '20.02/classarmnn_1_1_standard_output_sink.xhtml') diff --git a/20.02/classarmnn_1_1_standard_output_sink.xhtml b/20.02/classarmnn_1_1_standard_output_sink.xhtml new file mode 100644 index 0000000000..873adbb6e8 --- /dev/null +++ b/20.02/classarmnn_1_1_standard_output_sink.xhtml @@ -0,0 +1,173 @@ + + + + + + + + + + + + + +ArmNN: StandardOutputSink Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 45 of file Logging.hpp.

+

Member Function Documentation

+ +

◆ Consume()

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

Implements LogSink.

+ +

Definition at line 48 of file Logging.hpp.

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