libupnpp  0.16.0
A C++ wrapper for the Portable UPnP reference library
Classes | Public Member Functions | Public Attributes | List of all members
UPnPP::SoapIncoming Class Reference

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
 
Internalm
 

Detailed Description

Decode incoming Soap call data.


The documentation for this class was generated from the following files: