vmc-d ~master (2022-03-25T07:33:38.1356948)
Dub
Repo
OscString
osc
oscstring
struct
OscString
(char P)
struct
OscString (
char
P
) {
enum
Prefix
;
this
(int v);
this
(float v);
this
(string str);
this
(ubyte[] arr);
string
toString
();
ubyte
[]
opCast
();
T
opCast
();
T
opCast
();
T
opBinary
(T rhs);
bool
isEmpty
();
size_t
size
();
}
OscString
!(
'\0'
)
OscString
(T v)
Constructors
this
this
(int v)
this
this
(float v)
this
this
(string str)
this
this
(ubyte[] arr)
Members
Functions
isEmpty
bool
isEmpty
()
opBinary
T
opBinary
(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
ubyte
[]
opCast
()
opCast
T
opCast
()
opCast
T
opCast
()
size
size_t
size
()
toString
string
toString
()
Manifest constants
Prefix
enum
Prefix
;
Meta
Source
See Implementation
osc
oscstring
functions
addNullSuffix
content
structs
OscString
templates
isOscString