UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
upnptools.cpp File Reference

General usable free function tools and helper. More...

+ Include dependency graph for upnptools.cpp:

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.
 

Detailed Description

General usable free function tools and helper.

Definition in file upnptools.cpp.


Class Documentation

◆ anonymous_namespace{upnptools.cpp}::ErrorString

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.