mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
StringTmp
mutils
container
string_tmp
Undocumented in source.
static
struct
StringTmp {
this
();
this(this)
;
const
(
char
)[]
cstr
;
const
(
char
)[]
str
();
bool
deleteMem
;
bool
hasTrailingNull
;
this
(const(char)[] str, bool deleteMem);
size_t
length
();
static
char
[]
allocateStr
(size_t size);
~this
();
}
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
Source
See Implementation
mutils
container
string_tmp
structs
StringTmp