vmm_log_catcher Class Reference

Inheritance list for class vmm_log_catcher:

List of all members.
Defined at line 817 of file sv/std_lib/vmm.sv.

Public Member Functions

virtual function void  caught ( vmm_log_msg msg )

Public Attributes

bit  issued = 0; 
bit  thrown = 0; 

Protected Member Functions

function void  issue ( vmm_log_msg msg )
function void  throw ( vmm_log_msg msg )


Member Function Documentation

 virtual function void
 vmm_log_catcher::caught

 (  vmm_log_msg msg  ) 


Defined at line 821 of file sv/std_lib/vmm.sv.

 protected function void
 vmm_log_catcher::issue

 (  vmm_log_msg msg  ) 


Prototype at line 825 of file sv/std_lib/vmm.sv.

 protected function void
 vmm_log_catcher::throw

 (  vmm_log_msg msg  ) 


Prototype at line 824 of file sv/std_lib/vmm.sv.


Member Attribute Documentation

 bit  attribute
 vmm_log_catcher::issued = 0


Defined at line 818 of file sv/std_lib/vmm.sv.

 bit  attribute
 vmm_log_catcher::thrown = 0


Defined at line 819 of file sv/std_lib/vmm.sv.