int UpnpString_get_Length(const UpnpString *p)
Returns the length of the string.
Definition: UpnpString.c:118
void UpnpString_delete(UpnpString *p)
Destructor.
Definition: UpnpString.c:73
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.
Definition: UpnpString.c:138
void UpnpString_set_String(UpnpString *p, const char *s)
Sets the string from a pointer to char.
Definition: UpnpString.c:130
const char * UpnpString_get_String(const UpnpString *p)
Returns the pointer to char.
Definition: UpnpString.c:124
void UpnpString_assign(UpnpString *p, const UpnpString *q)
Assignment operator.
Definition: UpnpString.c:110
void UpnpString_clear(UpnpString *p)
Clears the string, sets its size to zero.
Definition: UpnpString.c:148
UpnpString * UpnpString_new()
Constructor.
Definition: UpnpString.c:46
UpnpString * UpnpString_dup(const UpnpString *p)
Copy Constructor.
Definition: UpnpString.c:88
struct s_UpnpString UpnpString
Type of the string objects inside libupnp.
Definition: UpnpString.h:35
#define EXPORT_SPEC
Export functions on WIN32 DLLs.
Definition: UpnpGlobal.h:82
Defines constants that for some reason are not defined on some systems.