dquery v0.1.3 (2015-07-04T22:24:23Z)
Dub
Repo
Coord
dquery
tests
regression
Undocumented in source.
version(unittest)
struct
Coord {
@
Attr
@
Limit
(10)
int
x
;
@
Attr
@
Limit
(10)
int
y
;
@
Attr
@
Limit
(10)
int
z
;
int
tmp
;
this
();
this
(int x, int y, int z);
void
reset
();
int
[
3
]
getCoords
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(int x, int y, int z)
Undocumented in source.
Members
Functions
getCoords
int
[
3
]
getCoords
()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
tmp
int
tmp
;
Undocumented in source.
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
z
int
z
;
Undocumented in source.
Meta
Source
See Implementation
dquery
tests
regression
structs
Coord