endovena ~master (2017-09-08T23:25:21Z)
Dub
Repo
SomeClient
tests
basic_register
Undocumented in source.
class
SomeClient :
IClient
{
this
(IService service);
IService
service
[@property getter];
}
Constructors
this
this
(IService service)
Undocumented in source.
Members
Properties
service
IService
service
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IClient
service
IService
service
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
tests
basic_register
classes
SomeClient
SomeService
functions
register_as_types
register_client_with_factory_delegate
specify_how_to_reuse_resolved_objects
interfaces
IClient
IService