aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
ProxyFactory.identity
aermicioi
aedi
factory
proxy_factory
ProxyFactory
Get the identity of proxied object.
string
identity
[@property setter]
string
identity
[@property getter]
class
ProxyFactory
(T)
@
property
@
safe
nothrow
string
identity
(
)
if
(
(
is
(
T
== class) &&
!
isFinalClass
!
T
&&
!
isAbstractClass
!
T
)
||
(
is
(
T
== interface)
)
)
Return Value
Type:
string
string identity
Meta
Source
See Implementation
aermicioi
aedi
factory
proxy_factory
ProxyFactory
constructors
this
functions
destruct
factory
mixins
__anonymous
properties
identity
locator
source
type
Get the identity of proxied object.