descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
HubOutput
des
flow
sync
synchronized
class
HubOutput : SyncOutput!T(
T
) {
alias
LST
=
SyncOutput
!
T
;
protected
LST
[]
listeners
;
void
pushBack
(T val);
bool
inList
(LST sync);
void
add
(LST[] syncs);
void
del
(LST[] syncs);
}
Members
Aliases
LST
alias
LST
=
SyncOutput
!
T
Functions
add
void
add
(LST[] syncs)
del
void
del
(LST[] syncs)
inList
bool
inList
(LST sync)
pushBack
void
pushBack
(T val)
Variables
listeners
LST
[]
listeners
;
Meta
Source
See Implementation
des
flow
sync
classes
HubOutput
SyncList
functions
syncTest
interfaces
SyncOutput
structs
Communication