uvm_event#(T)

This is an implementation of uvm_event#(T) as described in 1800.2 with the addition of API described below.

Summary
uvm_event#(T)
This is an implementation of uvm_event#(T) as described in 1800.2 with the addition of API described below.
Types
cbs_typeCallback typedef for this event type.

cbs_type

Callback typedef for this event type.

typedef uvm_callbacks#(this_type, cb_type) cbs_type;

@uvm-contrib Potential Contribution to 1800.2