Class ProxyImpl

Auto implements a proxy for object or interface of type T which is not a final or abstract class.

class ProxyImpl(T)
  
if (is(T == class) && !isFinalClass!T && !isAbstractClass!T || is(T == interface));

Constructors

NameDescription
this

Fields

NameTypeDescription
__id_ string
__locator_ Locator!()

Methods

NameDescription
__id__
__id__
__locator__
__locator__

Warning

Current implmentation uses AutoImplement from phobos which has some unfixed bugs.