libupnpp
0.16.0
A C++ wrapper for the Portable UPnP reference library
|
Decode incoming Soap call data. More...
#include <soaphelp.hxx>
Classes | |
class | Internal |
Public Member Functions | |
const std::string & | getName () const |
Get action name. | |
bool | get (const char *nm, bool *value) const |
Get boolean parameter value. | |
bool | get (const char *nm, int *value) const |
Get integer parameter value. | |
bool | get (const char *nm, std::string *value) const |
Get string parameter value. | |
void | getMap (std::unordered_map< std::string, std::string > &out) |
Public Attributes | |
class UPNPP_LOCAL | Internal |
Internal * | m |
Decode incoming Soap call data.