Inherited by w_list_t< T, LOCK >, w_list_t< option_t, unsafe_list_dummy_lock_t >, w_list_t< stid_list_elem_t, w_pthread_lock_t >, w_list_t< xct_dependent_t, w_pthread_lock_t >, and w_list_t< xct_t, w_pthread_lock_t >.
Inheritance diagram for w_list_base_t:


Definition at line 132 of file w_list.h.
Public Member Functions | |
| bool | is_empty () const | 
| uint4_t | num_members () const | 
| void | dump () | 
Protected Member Functions | |
| NORET | w_list_base_t () | 
| NORET | w_list_base_t (uint4_t offset) | 
| NORET | ~w_list_base_t () | 
| void | set_offset (uint4_t offset) | 
Protected Attributes | |
| w_link_t | _tail | 
| uint4_t | _cnt | 
| uint4_t | _adj | 
 1.4.7