#include <debug-conv.h>
Data Fields | |
int | lo |
int | hi |
Range of requested items in list is (lo . | |
int | extraLen |
Amount of data pointed to below. | |
void * | extra |
List-defined request data shipped in via CCS. |
Definition at line 74 of file debug-conv.h.
Definition at line 75 of file debug-conv.h.
Referenced by cpd_memory_single_pup(), CpdListHeader_ccs_list_items(), CpdSimpleListAccessor< T >::pup(), CpdList_introspect::pup(), CpdList_message::pup(), CpdList_localQ::pup(), CpdList_arrayElements::pup(), CpdList_arrayElementNames::pup(), CpdList_object::pup(), and CpdList_objectNames::pup().
Range of requested items in list is (lo .
. hi-1)
Definition at line 75 of file debug-conv.h.
Referenced by cpd_memory_single_pup(), CpdListHeader_ccs_list_items(), CpdSimpleListAccessor< T >::pup(), CpdList_introspect::pup(), CpdList_message::pup(), CpdList_localQ::pup(), CpdList_arrayElements::pup(), CpdList_arrayElementNames::pup(), CpdList_object::pup(), and CpdList_objectNames::pup().
Amount of data pointed to below.
Definition at line 76 of file debug-conv.h.
Referenced by CpdList_object::add(), CpdList_ccs_list_items_set(), and CpdListHeader_ccs_list_items().
List-defined request data shipped in via CCS.
Definition at line 77 of file debug-conv.h.
Referenced by CpdList_object::add(), CpdList_ccs_list_items_set(), and CpdListHeader_ccs_list_items().