General usable free function tools and helper. More...
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{upnptools.cpp}::ErrorString |
Sample: assign {UPNP_E_SUCCESS, "UPNP_E_SUCCESS"}. More... | |
Namespaces | |
namespace | UPnPsdk |
Reengineered Object Oriented UPnP+ program code. | |
Functions | |
UPnPsdk_VIS const std::string | UPnPsdk::errStr (int error) |
Get error name string. | |
UPnPsdk_VIS const std::string | UPnPsdk::errStrEx (const int error, const int success) |
Get extended error name string. | |
Variables | |
constexpr ErrorString | anonymous_namespace{upnptools.cpp}::ErrorMessages [] |
Array with text names of error messages. | |
General usable free function tools and helper.
Definition in file upnptools.cpp.
struct anonymous_namespace{upnptools.cpp}::ErrorString |
Sample: assign {UPNP_E_SUCCESS, "UPNP_E_SUCCESS"}.
Table with assignment of the integer message number to its text string.
Definition at line 18 of file upnptools.cpp.
Class Members | ||
---|---|---|
int | rc | Error code. |
const char * | rcError | Error description. |