SVT ovm_recorder Class Member List

This is the complete list of members for class ovm_recorder, including all inherited members.


 ovm_recorder  bit  abstract = 1;  
 ovm_recorder  ovm_radix_enum  default_radix  
 ovm_recorder  bit  identifier = 1;  
 ovm_recorder  bit  physical = 1;  
 ovm_recorder  ovm_recursion_policy_enum  policy  
 ovm_recorder  int  recording_depth = 0;  
 ovm_recorder  virtual  function void  record_field ( string name, ovm_bitstream_t value, int size, ovm_radix_enum radix = OVM_NORADIX )   
 ovm_recorder  virtual  function void  record_field_real ( string name, real value )   
 ovm_recorder  virtual  function void  record_generic ( string name, string value )   
 ovm_recorder  virtual  function void  record_object ( string name, ovm_object value )   
 ovm_recorder  virtual  function void  record_string ( string name, string value )   
 ovm_recorder  virtual  function void  record_time ( string name, time value )   
 ovm_recorder  ovm_scope_stack  scope = new;  
 ovm_recorder  integer  tr_handle = 0;