gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
InputVisitor
gfx
decl
sdlang
libInputVisitor
Undocumented in source.
class
InputVisitor : Fiber(
Obj
Elem
) {
bool
started
;
Obj
obj
;
this
(Obj obj);
this
(Obj obj, size_t stackSize);
Elem
front
[@property getter];
void
popFront
();
bool
empty
[@property getter];
void
yield
(Elem elem);
}
Constructors
this
this
(Obj obj)
Undocumented in source.
this
this
(Obj obj, size_t stackSize)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void
yield
(Elem elem)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Elem
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
obj
Obj
obj
;
Undocumented in source.
started
bool
started
;
Undocumented in source.
Meta
Source
See Implementation
gfx
decl
sdlang
libInputVisitor
classes
InputVisitor
templates
inputVisitor