uvm_nonblocking_get_peek_imp Class Reference

Inheritance diagram for class uvm_nonblocking_get_peek_imp:

List of all members.



Public Member Functions

function bit  can_get ( )
function bit  can_peek ( )
virtual function string  get_type_name ( )
function void  new ( string name, IMP imp )
function bit  try_get ( output T t )
function bit  try_peek ( output T t )

Class Parameters

type  IMP = int; 
type  T = int; 

Public Attributes


Member Function Documentation

  function bit
 uvm_nonblocking_get_peek_imp::can_get

 (   ) 

  function bit
 uvm_nonblocking_get_peek_imp::can_peek

 (   ) 

 virtual function string
 uvm_nonblocking_get_peek_imp::get_type_name

 (   ) 


 Superseded functions 
 uvm_port_base :: get_type_name 

  function void
 uvm_nonblocking_get_peek_imp::new

 (  string name , IMP imp  ) 

  function bit
 uvm_nonblocking_get_peek_imp::try_get

 (  output T t  ) 

  function bit
 uvm_nonblocking_get_peek_imp::try_peek

 (  output T t  ) 


Class Parameters Documentation

 type  attribute
 uvm_nonblocking_get_peek_imp::IMP = int

 type  attribute
 uvm_nonblocking_get_peek_imp::T = int


Member Attribute Documentation