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_unimplemented_exception.xhtml | 172 +++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 20.02/classarmnn_1_1_unimplemented_exception.xhtml (limited to '20.02/classarmnn_1_1_unimplemented_exception.xhtml') diff --git a/20.02/classarmnn_1_1_unimplemented_exception.xhtml b/20.02/classarmnn_1_1_unimplemented_exception.xhtml new file mode 100644 index 0000000000..d0d3b17b94 --- /dev/null +++ b/20.02/classarmnn_1_1_unimplemented_exception.xhtml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + +ArmNN: UnimplementedException Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
UnimplementedException Class Reference
+
+
+ +

#include <Exceptions.hpp>

+
+Inheritance diagram for UnimplementedException:
+
+
+ + +Exception + +
+ + + + + + + + + + + + + + + +

+Public Member Functions

 UnimplementedException ()
 
- Public Member Functions inherited from Exception
 Exception (const std::string &message)
 
 Exception (const std::string &message, const CheckLocation &location)
 exception with context More...
 
 Exception (const Exception &other, const std::string &message, const CheckLocation &location)
 preserving previous exception context and adding local context information More...
 
virtual const char * what () const noexcept override
 
+

Detailed Description

+
+

Definition at line 98 of file Exceptions.hpp.

+

Constructor & Destructor Documentation

+ +

◆ UnimplementedException()

+ +
+
+ + + + + + + +
UnimplementedException ()
+
+ +

Definition at line 37 of file Exceptions.cpp.

+
38 : Exception("Function not yet implemented")
39 {
40 }
Exception(const std::string &message)
Definition: Exceptions.cpp:12
+
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1