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

Header file for UpnpExtraHeaders methods. More...

#include <UpnpString.hpp>
#include <ixml/ixml.hpp>
#include <list.hpp>
+ Include dependency graph for UpnpExtraHeaders.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct s_UpnpExtraHeaders UpnpExtraHeaders
 

Functions

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

Detailed Description

Header file for UpnpExtraHeaders methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpExtraHeaders.hpp.

Typedef Documentation

◆ UpnpExtraHeaders

UpnpExtraHeaders

Definition at line 19 of file UpnpExtraHeaders.hpp.

Function Documentation

◆ UpnpExtraHeaders_new()

PUPNP_Api 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()

PUPNP_Api 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_dup()

PUPNP_Api 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_assign()

PUPNP_Api 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_get_node()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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: