Source file for SSDPResultData methods. More...
#include "SSDPResultData.hpp"
Include dependency graph for SSDPResultData.cpp:Go to the source code of this file.
Classes | |
| struct | s_SSDPResultData |
| "protected" structure, addressable with typedef More... | |
Functions | |
| SSDPResultData * | SSDPResultData_new (void) |
| Constructor. | |
| void | SSDPResultData_delete (SSDPResultData *q) |
| Destructor. | |
| int | SSDPResultData_assign (SSDPResultData *p, const SSDPResultData *q) |
| Assignment operator. | |
| SSDPResultData * | SSDPResultData_dup (const SSDPResultData *q) |
| Copy Constructor. | |
| const UpnpDiscovery * | SSDPResultData_get_Param (const SSDPResultData *p) |
| SSDPResultData_get_Param. | |
| int | SSDPResultData_set_Param (SSDPResultData *p, const UpnpDiscovery *s) |
| SSDPResultData_set_Param. | |
| void * | SSDPResultData_get_Cookie (const SSDPResultData *p) |
| SSDPResultData_get_Cookie. | |
| int | SSDPResultData_set_Cookie (SSDPResultData *p, void *n) |
| SSDPResultData_set_Cookie. | |
| Upnp_FunPtr | SSDPResultData_get_CtrlptCallback (const SSDPResultData *p) |
| SSDPResultData_get_CtrlptCallback. | |
| int | SSDPResultData_set_CtrlptCallback (SSDPResultData *p, Upnp_FunPtr n) |
| SSDPResultData_set_CtrlptCallback. | |
Source file for SSDPResultData methods.
Definition in file SSDPResultData.cpp.
| void SSDPResultData_delete | ( | SSDPResultData * | q | ) |
Destructor.
Definition at line 41 of file SSDPResultData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int SSDPResultData_assign | ( | SSDPResultData * | p, |
| const SSDPResultData * | q | ||
| ) |
Assignment operator.
Definition at line 55 of file SSDPResultData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SSDPResultData * SSDPResultData_dup | ( | const SSDPResultData * | q | ) |
Copy Constructor.
Definition at line 68 of file SSDPResultData.cpp.
Here is the call graph for this function:| const UpnpDiscovery * SSDPResultData_get_Param | ( | const SSDPResultData * | p | ) |
SSDPResultData_get_Param.
Definition at line 79 of file SSDPResultData.cpp.
Here is the caller graph for this function:| int SSDPResultData_set_Param | ( | SSDPResultData * | p, |
| const UpnpDiscovery * | s | ||
| ) |
SSDPResultData_set_Param.
Definition at line 83 of file SSDPResultData.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void * SSDPResultData_get_Cookie | ( | const SSDPResultData * | p | ) |
SSDPResultData_get_Cookie.
Definition at line 93 of file SSDPResultData.cpp.
Here is the caller graph for this function:| int SSDPResultData_set_Cookie | ( | SSDPResultData * | p, |
| void * | n | ||
| ) |
SSDPResultData_set_Cookie.
Definition at line 95 of file SSDPResultData.cpp.
Here is the caller graph for this function:| Upnp_FunPtr SSDPResultData_get_CtrlptCallback | ( | const SSDPResultData * | p | ) |
SSDPResultData_get_CtrlptCallback.
Definition at line 101 of file SSDPResultData.cpp.
Here is the caller graph for this function:| int SSDPResultData_set_CtrlptCallback | ( | SSDPResultData * | p, |
| Upnp_FunPtr | n | ||
| ) |
SSDPResultData_set_CtrlptCallback.
Definition at line 105 of file SSDPResultData.cpp.
Here is the caller graph for this function: