StringTmp

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(const(char)[] str, bool deleteMem)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
str
const(char)[] str()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

allocateStr
char[] allocateStr(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cstr
const(char)[] cstr;
Undocumented in source.
deleteMem
bool deleteMem;
Undocumented in source.
hasTrailingNull
bool hasTrailingNull;
Undocumented in source.

Meta