The nsEmbedCString
concrete class provides a way to construct a nsACString
object that allocates null-terminated storage.
#include "nsEmbedString.h" class nsEmbedCStringĀ : public nsACString { ... };
nsEmbedCString
get
operator=
nsACString::Assign
family of functions. The methods defined on nsEmbedCString
are implemented as inline wrappers around the XPCOM string functions, prefixed with NS_CString. See, for example, NS_CStringContainerInit
.