proxy class
Description
Provides a function to conceal the type of an instance.
Notes
This class is a standard built-in class in the Rice language.
Instance that is created by declaration is still uninitialized.
The proxy type cannot initialize by the proxy type.
Operation to the proxy will be converted to the operation of the instance that is held.
fitter
Signature | Description |
proxy() | Get a new instance of proxy class with initial value. |
proxy(class) | Return a proxy type instance that is initialized by the any instance. |
getter
setter
Signature | Description |
Entity(class) | Sets a new instance to the proxy. |
method
Signature | Description |
ReleaseEntity() | It releases the reference of the caller instance and returns it to the uninitialized state. |