15 #ifndef __IPSDKBENCHMARKTOOLS_IPSDKBENCHMARKTOOLSEXCEPTION_H__ 16 #define __IPSDKBENCHMARKTOOLS_IPSDKBENCHMARKTOOLSEXCEPTION_H__ 19 #include <IPSDKUtil/Logger/BaseException.h> 42 const char* functionName,
54 const char* functionName,
58 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
67 const char* functionName,
70 const std::exception& exceptionFromReThrow) :
71 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
92 #endif // __IPSDKBENCHMARKTOOLS_BENCHMARKTOOLSEXCEPTION_H__ IPSDKBenchmarkToolsException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const BaseException &exceptionFromReThrow)
Constructor for rethrow of isdk::BaseException with message and source code location.
Definition: IPSDKBenchmarkToolsException.h:53
IPSDKBenchmarkToolsException()
Default constructor.
Definition: IPSDKBenchmarkToolsException.h:34
IPSDKBenchmarkToolsException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKBenchmarkToolsException.h:41
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
IPSDKBenchmarkToolsException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const std::exception &exceptionFromReThrow)
Constructor for rethrow of std::exception with message and source code location.
Definition: IPSDKBenchmarkToolsException.h:66
Exception class for library IPSDKBenchmarkTools.
Definition: IPSDKBenchmarkToolsException.h:27
virtual ~IPSDKBenchmarkToolsException()
Destructor.
Definition: IPSDKBenchmarkToolsException.h:74
#define IPSDKBENCHMARKTOOLS_API
Import/Export macro for library IPSDKBenchmarkTools.
Definition: IPSDKBenchmarkToolsExports.h:25
Definition of import/export macro for library.
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53