dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
Version
dfl
environment
Undocumented in source.
class
Version {
this
();
this
(Dstring str);
this
(int major, int minor);
this
(int major, int minor, int build);
this
(int major, int minor, int build, int revision);
Dstring
toString
();
int
major
[@property getter];
int
minor
[@property getter];
int
build
[@property getter];
int
revision
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(Dstring str)
this
(int major, int minor)
this
(int major, int minor, int build)
this
(int major, int minor, int build, int revision)
ditto
Members
Functions
toString
Dstring
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
build
int
build
[@property getter]
ditto
major
int
major
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minor
int
minor
[@property getter]
revision
int
revision
[@property getter]
ditto
Meta
Source
See Implementation
dfl
environment
classes
Environment
OperatingSystem
Version
enums
PlatformId
functions
parseArgs