#include "Compiler.h"
#include <upnp/upnptools.h>
Go to the source code of this file.
|
static constexpr unsigned | CountNameValuePairs () |
|
template<typename... Args> |
static constexpr unsigned | CountNameValuePairs (gcc_unused const char *name, gcc_unused const char *value, Args...args) |
|
template<typename... Args> |
static IXML_Document * | MakeActionHelper (const char *action_name, const char *service_type, Args...args) |
| A wrapper for UpnpMakeAction() that counts the number of name/value pairs and adds the nullptr sentinel. More...
|
|
static constexpr unsigned CountNameValuePairs |
( |
| ) |
|
|
inlinestatic |
template<typename... Args>
static constexpr unsigned CountNameValuePairs |
( |
gcc_unused const char * |
name, |
|
|
gcc_unused const char * |
value, |
|
|
Args... |
args |
|
) |
| |
|
inlinestatic |
template<typename... Args>
static IXML_Document* MakeActionHelper |
( |
const char * |
action_name, |
|
|
const char * |
service_type, |
|
|
Args... |
args |
|
) |
| |
|
inlinestatic |
A wrapper for UpnpMakeAction() that counts the number of name/value pairs and adds the nullptr sentinel.
Definition at line 47 of file Action.hxx.