libUPnP  1.8.0
Typedefs | Functions
UpnpString.h File Reference

UpnpString object declarartion. More...

#include "UpnpGlobal.h"
Include dependency graph for UpnpString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct s_UpnpString UpnpString
 Type of the string objects inside libupnp. More...
 

Functions

UpnpStringUpnpString_new ()
 Constructor. More...
 
void UpnpString_delete (UpnpString *p)
 Destructor. More...
 
UpnpStringUpnpString_dup (const UpnpString *p)
 Copy Constructor. More...
 
void UpnpString_assign (UpnpString *p, const UpnpString *q)
 Assignment operator. More...
 
int UpnpString_get_Length (const UpnpString *p)
 Returns the length of the string. More...
 
const char * UpnpString_get_String (const UpnpString *p)
 Returns the pointer to char. More...
 
void UpnpString_set_String (UpnpString *p, const char *s)
 Sets the string from a pointer to char. More...
 
void UpnpString_set_StringN (UpnpString *p, const char *s, int n)
 Sets the string from a pointer to char using a maximum of N chars. More...
 
void UpnpString_clear (UpnpString *p)
 Clears the string, sets its size to zero. More...
 

Detailed Description

UpnpString object declarartion.