Internal implementation of the class UpnpString. More...
Data Fields | |
| int | m_length |
| Length of the string. | |
| char * | m_string |
| Pointer to a dynamically allocated area that holds the NULL terminated string. | |
Internal implementation of the class UpnpString.
For internal use only.
Length of the string.
Referenced by UpnpString_delete(), UpnpString_dup(), and UpnpString_new().
| char* SUpnpString::m_string |
Pointer to a dynamically allocated area that holds the NULL terminated string.
Referenced by UpnpString_delete(), UpnpString_dup(), UpnpString_new(), UpnpString_set_String(), and UpnpString_set_StringN().
1.7.1