dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
Version
dfl
environment
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
()
this
(Dstring str)
this
(int major, int minor)
this
(int major, int minor, int build)
this
(int major, int minor, int build, int revision)
Members
Functions
toString
Dstring
toString
()
build
int
build
[@property getter]
Properties
major
int
major
[@property getter]
minor
int
minor
[@property getter]
revision
int
revision
[@property getter]
Meta
Source
See Implementation
dfl
environment
classes
Environment
OperatingSystem
Version
enums
PlatformId
functions
parseArgs