Class cuvis::cuvis_sdk_exception
ClassList > cuvis > cuvis_sdk_exception
#include <cuvis.hpp>
Inherits the following classes: std::exception
Public Functions
| Type | Name |
|---|---|
| cuvis_sdk_exception (std::string const & msg, std::wstring const & wmsg) |
|
| char const * | what (void) noexcept const |
| std::wstring | what_wstr (void) noexcept const |
Protected Attributes
| Type | Name |
|---|---|
| std::string const | _msg |
| std::wstring const | _wmsg |
Public Functions Documentation
function cuvis_sdk_exception
cuvis::cuvis_sdk_exception::cuvis_sdk_exception (
std::string const & msg,
std::wstring const & wmsg
)
function what
char const * cuvis::cuvis_sdk_exception::what (
void
) noexcept const
function what_wstr
std::wstring cuvis::cuvis_sdk_exception::what_wstr (
void
) noexcept const
Protected Attributes Documentation
variable _msg
std::string const cuvis::cuvis_sdk_exception::_msg;
variable _wmsg
std::wstring const cuvis::cuvis_sdk_exception::_wmsg;
The documentation for this class was generated from the following file cuvis.cpp/interface/cuvis.hpp