UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpExtraHeaders.cpp File Reference

Source file for UpnpExtraHeaders methods. More...

#include <UpnpExtraHeaders.hpp>
#include <cstdlib>
+ Include dependency graph for UpnpExtraHeaders.cpp:

Go to the source code of this file.

Classes

struct  s_UpnpExtraHeaders
 s_UpnpExtraHeaders More...
 

Functions

UpnpExtraHeadersUpnpExtraHeaders_new ()
 
void UpnpExtraHeaders_delete (UpnpExtraHeaders *q)
 
int UpnpExtraHeaders_assign (UpnpExtraHeaders *p, const UpnpExtraHeaders *q)
 
UpnpExtraHeadersUpnpExtraHeaders_dup (const UpnpExtraHeaders *q)
 
const UpnpListHeadUpnpExtraHeaders_get_node (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_set_node (UpnpExtraHeaders *p, const UpnpListHead *q)
 
void UpnpExtraHeaders_add_to_list_node (UpnpExtraHeaders *p, struct UpnpListHead *head)
 
const UpnpStringUpnpExtraHeaders_get_name (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_set_name (UpnpExtraHeaders *p, const UpnpString *s)
 
size_t UpnpExtraHeaders_get_name_Length (const UpnpExtraHeaders *p)
 
const char * UpnpExtraHeaders_get_name_cstr (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_strcpy_name (UpnpExtraHeaders *p, const char *s)
 
int UpnpExtraHeaders_strncpy_name (UpnpExtraHeaders *p, const char *s, size_t n)
 
void UpnpExtraHeaders_clear_name (UpnpExtraHeaders *p)
 
const UpnpStringUpnpExtraHeaders_get_value (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_set_value (UpnpExtraHeaders *p, const UpnpString *s)
 
size_t UpnpExtraHeaders_get_value_Length (const UpnpExtraHeaders *p)
 
const char * UpnpExtraHeaders_get_value_cstr (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_strcpy_value (UpnpExtraHeaders *p, const char *s)
 
int UpnpExtraHeaders_strncpy_value (UpnpExtraHeaders *p, const char *s, size_t n)
 
void UpnpExtraHeaders_clear_value (UpnpExtraHeaders *p)
 
const DOMString UpnpExtraHeaders_get_resp (const UpnpExtraHeaders *p)
 
int UpnpExtraHeaders_set_resp (UpnpExtraHeaders *p, const DOMString s)
 
const char * UpnpExtraHeaders_get_resp_cstr (const UpnpExtraHeaders *p)
 

Detailed Description

Source file for UpnpExtraHeaders methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpExtraHeaders.cpp.


Class Documentation

◆ s_UpnpExtraHeaders

struct s_UpnpExtraHeaders

s_UpnpExtraHeaders

Definition at line 15 of file UpnpExtraHeaders.cpp.

+ Collaboration diagram for s_UpnpExtraHeaders:
Class Members
UpnpListHead m_node

s_UpnpExtraHeaders

UpnpString * m_name

s_UpnpExtraHeaders

UpnpString * m_value

s_UpnpExtraHeaders

DOMString m_resp

s_UpnpExtraHeaders

Function Documentation

◆ UpnpExtraHeaders_new()

UpnpExtraHeaders * UpnpExtraHeaders_new ( )

Constructor

Definition at line 25 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_delete()

void UpnpExtraHeaders_delete ( UpnpExtraHeaders p)

Destructor

Definition at line 40 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_assign()

int UpnpExtraHeaders_assign ( UpnpExtraHeaders p,
const UpnpExtraHeaders q 
)

Assignment operator

Definition at line 57 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_dup()

UpnpExtraHeaders * UpnpExtraHeaders_dup ( const UpnpExtraHeaders p)

Copy Constructor

Definition at line 70 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_node()

const UpnpListHead * UpnpExtraHeaders_get_node ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_node

Definition at line 81 of file UpnpExtraHeaders.cpp.

+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_set_node()

int UpnpExtraHeaders_set_node ( UpnpExtraHeaders p,
const UpnpListHead q 
)

UpnpExtraHeaders_set_node

Definition at line 85 of file UpnpExtraHeaders.cpp.

+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_add_to_list_node()

void UpnpExtraHeaders_add_to_list_node ( UpnpExtraHeaders p,
UpnpListHead head 
)

UpnpExtraHeaders_add_to_list_node

Definition at line 91 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_name()

const UpnpString * UpnpExtraHeaders_get_name ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_name

Definition at line 97 of file UpnpExtraHeaders.cpp.

+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_set_name()

int UpnpExtraHeaders_set_name ( UpnpExtraHeaders p,
const UpnpString s 
)

UpnpExtraHeaders_set_name

Definition at line 101 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_get_name_Length()

size_t UpnpExtraHeaders_get_name_Length ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_name_Length

Definition at line 107 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_name_cstr()

const char * UpnpExtraHeaders_get_name_cstr ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_name_cstr

Definition at line 111 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_strcpy_name()

int UpnpExtraHeaders_strcpy_name ( UpnpExtraHeaders p,
const char *  s 
)

UpnpExtraHeaders_strcpy_name

Definition at line 115 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_strncpy_name()

int UpnpExtraHeaders_strncpy_name ( UpnpExtraHeaders p,
const char *  s,
size_t  n 
)

UpnpExtraHeaders_strncpy_name

Definition at line 119 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_clear_name()

void UpnpExtraHeaders_clear_name ( UpnpExtraHeaders p)

UpnpExtraHeaders_clear_name

Definition at line 124 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_value()

const UpnpString * UpnpExtraHeaders_get_value ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_value

Definition at line 128 of file UpnpExtraHeaders.cpp.

+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_set_value()

int UpnpExtraHeaders_set_value ( UpnpExtraHeaders p,
const UpnpString s 
)

UpnpExtraHeaders_set_value

Definition at line 132 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_get_value_Length()

size_t UpnpExtraHeaders_get_value_Length ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_value_Length

Definition at line 138 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_value_cstr()

const char * UpnpExtraHeaders_get_value_cstr ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_value_cstr

Definition at line 142 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_strcpy_value()

int UpnpExtraHeaders_strcpy_value ( UpnpExtraHeaders p,
const char *  s 
)

UpnpExtraHeaders_strcpy_value

Definition at line 146 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_strncpy_value()

int UpnpExtraHeaders_strncpy_value ( UpnpExtraHeaders p,
const char *  s,
size_t  n 
)

UpnpExtraHeaders_strncpy_value

Definition at line 150 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_clear_value()

void UpnpExtraHeaders_clear_value ( UpnpExtraHeaders p)

UpnpExtraHeaders_clear_value

Definition at line 155 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:

◆ UpnpExtraHeaders_get_resp()

const DOMString UpnpExtraHeaders_get_resp ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_resp

Definition at line 159 of file UpnpExtraHeaders.cpp.

+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_set_resp()

int UpnpExtraHeaders_set_resp ( UpnpExtraHeaders p,
const DOMString  s 
)

UpnpExtraHeaders_set_resp

Definition at line 163 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpExtraHeaders_get_resp_cstr()

const char * UpnpExtraHeaders_get_resp_cstr ( const UpnpExtraHeaders p)

UpnpExtraHeaders_get_resp_cstr

Definition at line 173 of file UpnpExtraHeaders.cpp.

+ Here is the call graph for this function: