despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
FixedString
gfmod
opengl
opengl
Undocumented in source.
struct
FixedString (
size_t
size
) {
FixedBuffer
!(
size
,
char
)
base
;
this
(char[] data);
static
auto
fromCString
(char* data);
}
Constructors
this
this
(char[] data)
Undocumented in source.
Alias This
base
Members
Static functions
fromCString
auto
fromCString
(char* data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
FixedBuffer
!(
size
,
char
)
base
;
Undocumented in source.
Meta
Source
See Implementation
gfmod
opengl
opengl
classes
OpenGL
OpenGLException
structs
FixedBuffer
FixedString