|
libUPnP
1.8.4
|
Internal implementation of the class UpnpString. More...
Data Fields | |
| size_t | m_length |
| Length of the string. More... | |
| char * | m_string |
| Pointer to a dynamically allocated area that holds the NULL terminated string. More... | |
Internal implementation of the class UpnpString.
| size_t SUpnpString::m_length |
Length of the string.
Referenced by UpnpString_delete(), UpnpString_dup(), UpnpString_new(), and UpnpString_set_Length().
| char* SUpnpString::m_string |
Pointer to a dynamically allocated area that holds the NULL terminated string.
Referenced by UpnpString_delete(), UpnpString_dup(), UpnpString_new(), and UpnpString_set_String().
1.8.13