libupnpp
0.16.0
A C++ wrapper for the Portable UPnP reference library
|
Store the values to be encoded in a SOAP response. More...
#include <soaphelp.hxx>
Classes | |
class | Internal |
Public Member Functions | |
SoapOutgoing (const std::string &st, const std::string &nm) | |
SoapOutgoing & | addarg (const std::string &k, const std::string &v) |
SoapOutgoing & | operator() (const std::string &k, const std::string &v) |
const std::string & | getName () const |
Public Attributes | |
class UPNPP_LOCAL | Internal |
Internal * | m |
Store the values to be encoded in a SOAP response.
The elements in the response must be in a defined order, so we can't use a map as container, we use a vector of pairs instead. The generic UpnpDevice callback fills up name and service type, the device call only needs to fill the data vector.