VMM vmm_sb_ds Class Member List

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


                                                                                                               
 vmm_sb_dsenum value  DROPPED 
 vmm_sb_dsenum value  EITHER 
 vmm_sb_dsenum value  EMPTY 
 vmm_sb_dsenum value  EXPECT 
 vmm_sb_dsenum value  INPUT 
 vmm_sb_dsenum value  INSERTED 
 vmm_sb_dsenum value  IN_ORDER 
 vmm_sb_dsenum value  MATCHED 
 vmm_sb_dsenum value  MISMATCHED 
 vmm_sb_dsenum value  NOT_FOUND 
 vmm_sb_dsenum value  ORPHANED 
 vmm_sb_dsenum value  OUT_ORDER 
 vmm_sb_dsenum value  WITH_LOSSES 
 vmm_sb_ds bit  Xdefine_stream_calledX 
 vmm_sb_ds string  Xexp_stream_descsX 
 vmm_sb_ds vmm_sb_ds_exp_streams  Xexp_streamsX 
 vmm_sb_ds string  Xinp_stream_descsX 
 vmm_sb_ds bit  Xparallel_streamsX 
 vmm_sb_ds function void  append_callback ( vmm_sb_ds_callbacks cb ) 
 vmm_sb_dslocal  vmm_sb_ds_callbacks  callbacks 
 vmm_sb_dsvirtual  function bit  compare ( vmm_data actual, vmm_data expected ) 
 vmm_sb_ds function void  define_stream ( int stream_id, string descr = "", kind_e kind = EITHER ) 
 vmm_sb_dsvirtual  function void  describe ( ) 
 vmm_sb_dsvirtual  function void  display ( string prefix = "" ) 
 vmm_sb_dsvirtual  function vmm_data  expect_in_order ( vmm_data pkt, int exp_stream_id = 1, int inp_stream_id = 1, bit silent = 0 ) 
 vmm_sb_dsvirtual  function vmm_data  expect_out_of_order ( vmm_data pkt, int exp_stream_id = 1, int inp_stream_id = 1, bit silent = 0 ) 
 vmm_sb_dsvirtual  function bit  expect_with_losses ( vmm_data pkt, vmm_data matched, vmm_data lost, int exp_stream_id = 1, int inp_stream_id = 1, bit silent = 0 ) 
 vmm_sb_dsvirtual  function void  flush ( ) 
 vmm_sb_ds function int  get_n_dropped ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_inserted ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_matched ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_mismatched ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_not_found ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_orphaned ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function int  get_n_pending ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_dsvirtual  function bit  insert ( vmm_data pkt, kind_e kind = INPUT, int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_dslocal  bit  insert_recursed 
 vmm_sb_dsenum  kind_e 
 vmm_sb_ds vmm_log  log 
 vmm_sb_dsvirtual  function bit  match ( vmm_data actual, vmm_data expected ) 
 vmm_sb_dslocal  int  n_not_found 
 vmm_sb_dslocal  int  n_orphaned 
 vmm_sb_ds function void  new ( string name ) 
 vmm_sb_ds function vmm_sb_ds_iter  new_sb_iter ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_ds function vmm_sb_ds_stream_iter  new_stream_iter ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_dsenum  notifications_e 
 vmm_sb_ds vmm_notify  notify 
 vmm_sb_dsenum  ordering_e 
 vmm_sb_dslocal  bit  orphaned 
 vmm_sb_ds function void  prepend_callback ( vmm_sb_ds_callbacks cb ) 
 vmm_sb_dsvirtual  function bit  quick_compare ( vmm_data actual, vmm_data expected ) 
 vmm_sb_dsvirtual  function bit  remove ( vmm_data pkt, kind_e kind = INPUT, int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_dsvirtual  function void  report ( int exp_stream_id = 1, int inp_stream_id = 1 ) 
 vmm_sb_dsvirtual  function int  stream_id ( vmm_data pkt, kind_e kind = EITHER ) 
 vmm_sb_dsvirtual  function bit  transform ( vmm_data in_pkt, vmm_data out_pkts ) 
 vmm_sb_ds function void  unregister_callback ( vmm_sb_ds_callbacks cb )