RdDelegateBase

abstract class RdDelegateBase<out T : RdBindableBase>(val delegatedBy: T) : IRdBindable, IPrintable

Constructors

Link copied to clipboard
fun <out T : RdBindableBase> RdDelegateBase(delegatedBy: T)

Functions

Link copied to clipboard
open override fun bind(    lf: Lifetime,     parent: IRdDynamic,     name: String)

Inserts the node into the object graph under the given parent and assigns the specified name to it. The node will be removed from the graph when the specified lf lifetime is terminated.

Link copied to clipboard
abstract override fun deepClone(): IRdBindable

Creates a clone of this IRdBindable not bound to any protocol

Link copied to clipboard
open override fun identify(identities: IIdentities, id: RdId)

Assigns IDs to this node and its child nodes in the graph.

Link copied to clipboard
open override fun print(printer: PrettyPrinter)

Properties

Link copied to clipboard
val delegatedBy: T
Link copied to clipboard
open override val location: RName
Link copied to clipboard
open override val protocol: IProtocol
Link copied to clipboard
open override val rdid: RdId
Link copied to clipboard
open override val serializationContext: SerializationCtx