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

Source file for UpnpStateVarComplete methods. More...

#include <UpnpStateVarComplete.hpp>
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for UpnpStateVarComplete.cpp:

Go to the source code of this file.

Classes

struct  s_UpnpStateVarComplete
 s_UpnpStateVarComplete More...
 

Functions

UpnpStateVarCompleteUpnpStateVarComplete_new ()
 
void UpnpStateVarComplete_delete (UpnpStateVarComplete *q)
 
int UpnpStateVarComplete_assign (UpnpStateVarComplete *p, const UpnpStateVarComplete *q)
 
UpnpStateVarCompleteUpnpStateVarComplete_dup (const UpnpStateVarComplete *q)
 
int UpnpStateVarComplete_get_ErrCode (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_set_ErrCode (UpnpStateVarComplete *p, int n)
 
const UpnpStringUpnpStateVarComplete_get_CtrlUrl (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_set_CtrlUrl (UpnpStateVarComplete *p, const UpnpString *s)
 
size_t UpnpStateVarComplete_get_CtrlUrl_Length (const UpnpStateVarComplete *p)
 
const char * UpnpStateVarComplete_get_CtrlUrl_cstr (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_strcpy_CtrlUrl (UpnpStateVarComplete *p, const char *s)
 
int UpnpStateVarComplete_strncpy_CtrlUrl (UpnpStateVarComplete *p, const char *s, size_t n)
 
void UpnpStateVarComplete_clear_CtrlUrl (UpnpStateVarComplete *p)
 
const UpnpStringUpnpStateVarComplete_get_StateVarName (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_set_StateVarName (UpnpStateVarComplete *p, const UpnpString *s)
 
size_t UpnpStateVarComplete_get_StateVarName_Length (const UpnpStateVarComplete *p)
 
const char * UpnpStateVarComplete_get_StateVarName_cstr (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_strcpy_StateVarName (UpnpStateVarComplete *p, const char *s)
 
int UpnpStateVarComplete_strncpy_StateVarName (UpnpStateVarComplete *p, const char *s, size_t n)
 
void UpnpStateVarComplete_clear_StateVarName (UpnpStateVarComplete *p)
 
const DOMString UpnpStateVarComplete_get_CurrentVal (const UpnpStateVarComplete *p)
 
int UpnpStateVarComplete_set_CurrentVal (UpnpStateVarComplete *p, const DOMString s)
 
const char * UpnpStateVarComplete_get_CurrentVal_cstr (const UpnpStateVarComplete *p)
 

Detailed Description

Source file for UpnpStateVarComplete methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpStateVarComplete.cpp.


Class Documentation

◆ s_UpnpStateVarComplete

struct s_UpnpStateVarComplete
+ Collaboration diagram for s_UpnpStateVarComplete:
Class Members
int m_ErrCode

s_UpnpStateVarComplete

UpnpString * m_CtrlUrl

s_UpnpStateVarComplete

UpnpString * m_StateVarName

s_UpnpStateVarComplete

DOMString m_CurrentVal

s_UpnpStateVarComplete

Function Documentation

◆ UpnpStateVarComplete_new()

UpnpStateVarComplete * UpnpStateVarComplete_new ( void  )

Constructor

Definition at line 26 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_delete()

void UpnpStateVarComplete_delete ( UpnpStateVarComplete p)

Destructor

Definition at line 41 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_assign()

int UpnpStateVarComplete_assign ( UpnpStateVarComplete p,
const UpnpStateVarComplete q 
)

Assignment operator

Definition at line 58 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_dup()

UpnpStateVarComplete * UpnpStateVarComplete_dup ( const UpnpStateVarComplete p)

Copy Constructor

Definition at line 76 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_ErrCode()

int UpnpStateVarComplete_get_ErrCode ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_ErrCode

Definition at line 87 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_ErrCode()

int UpnpStateVarComplete_set_ErrCode ( UpnpStateVarComplete p,
int  n 
)

UpnpStateVarComplete_set_ErrCode

Definition at line 91 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_get_CtrlUrl()

const UpnpString * UpnpStateVarComplete_get_CtrlUrl ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl

Definition at line 98 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_CtrlUrl()

int UpnpStateVarComplete_set_CtrlUrl ( UpnpStateVarComplete p,
const UpnpString s 
)

UpnpStateVarComplete_set_CtrlUrl

Definition at line 102 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_CtrlUrl_Length()

size_t UpnpStateVarComplete_get_CtrlUrl_Length ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl_Length

Definition at line 109 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_CtrlUrl_cstr()

const char * UpnpStateVarComplete_get_CtrlUrl_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl_cstr

Definition at line 114 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_strcpy_CtrlUrl()

int UpnpStateVarComplete_strcpy_CtrlUrl ( UpnpStateVarComplete p,
const char *  s 
)

UpnpStateVarComplete_strcpy_CtrlUrl

Definition at line 118 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_strncpy_CtrlUrl()

int UpnpStateVarComplete_strncpy_CtrlUrl ( UpnpStateVarComplete p,
const char *  s,
size_t  n 
)

UpnpStateVarComplete_strncpy_CtrlUrl

Definition at line 123 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_clear_CtrlUrl()

void UpnpStateVarComplete_clear_CtrlUrl ( UpnpStateVarComplete p)

UpnpStateVarComplete_clear_CtrlUrl

Definition at line 128 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_StateVarName()

const UpnpString * UpnpStateVarComplete_get_StateVarName ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName

Definition at line 133 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_StateVarName()

int UpnpStateVarComplete_set_StateVarName ( UpnpStateVarComplete p,
const UpnpString s 
)

UpnpStateVarComplete_set_StateVarName

Definition at line 137 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_StateVarName_Length()

size_t UpnpStateVarComplete_get_StateVarName_Length ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName_Length

Definition at line 145 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_StateVarName_cstr()

const char * UpnpStateVarComplete_get_StateVarName_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName_cstr

Definition at line 150 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_strcpy_StateVarName()

int UpnpStateVarComplete_strcpy_StateVarName ( UpnpStateVarComplete p,
const char *  s 
)

UpnpStateVarComplete_strcpy_StateVarName

Definition at line 154 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_strncpy_StateVarName()

int UpnpStateVarComplete_strncpy_StateVarName ( UpnpStateVarComplete p,
const char *  s,
size_t  n 
)

UpnpStateVarComplete_strncpy_StateVarName

Definition at line 159 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_clear_StateVarName()

void UpnpStateVarComplete_clear_StateVarName ( UpnpStateVarComplete p)

UpnpStateVarComplete_clear_StateVarName

Definition at line 164 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_CurrentVal()

const DOMString UpnpStateVarComplete_get_CurrentVal ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CurrentVal

Definition at line 169 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_CurrentVal()

int UpnpStateVarComplete_set_CurrentVal ( UpnpStateVarComplete p,
const DOMString  s 
)

UpnpStateVarComplete_set_CurrentVal

Definition at line 173 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_CurrentVal_cstr()

const char * UpnpStateVarComplete_get_CurrentVal_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CurrentVal_cstr

Definition at line 185 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function: