yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
CStr
yu
string
Undocumented in source.
@
trusted
struct
CStr (
Alloc
) {
enum
isStaticAlloc
;
this
();
this(this)
;
this
(string str);
this
(string str, Alloc alloc);
~this
();
const
(
char
*)
ptr
[@property getter];
length
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(string str)
Undocumented in source.
this
this
(string str, Alloc alloc)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Manifest constants
isStaticAlloc
enum
isStaticAlloc
;
Undocumented in source.
Properties
length
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
const
(
char
*)
ptr
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
yu
string
functions
formHex
isSameIngnoreLowUp
splitNameValue
structs
CStr