From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/structarmnn_1_1_throwing_strategy.xhtml | 159 ++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 21.11/structarmnn_1_1_throwing_strategy.xhtml (limited to '21.11/structarmnn_1_1_throwing_strategy.xhtml') diff --git a/21.11/structarmnn_1_1_throwing_strategy.xhtml b/21.11/structarmnn_1_1_throwing_strategy.xhtml new file mode 100644 index 0000000000..c1227f4226 --- /dev/null +++ b/21.11/structarmnn_1_1_throwing_strategy.xhtml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + +ArmNN: ThrowingStrategy Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ThrowingStrategy Struct Reference
+
+
+ +

#include <StrategyBase.hpp>

+ + + + +

+Public Member Functions

void Apply (const std::string &errorMessage="")
 
+

Detailed Description

+
+

Definition at line 15 of file StrategyBase.hpp.

+

Member Function Documentation

+ +

◆ Apply()

+ +
+
+ + + + + +
+ + + + + + + + +
void Apply (const std::string & errorMessage = "")
+
+inline
+
+ +

Definition at line 17 of file StrategyBase.hpp.

+
17 { throw UnimplementedException(errorMessage); };
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1