#include <pg_list.h>
Data Fields | |
| union { | |
| void * ptr_value | |
| int int_value | |
| Oid oid_value | |
| } | data |
| ListCell * | next |
Definition at line 53 of file pg_list.h.
| union { ... } ListCell::data |
Referenced by list_copy(), and list_copy_tail().
Definition at line 61 of file pg_list.h.
Referenced by _copyList(), add_new_cell(), list_concat(), list_copy(), list_copy_tail(), list_delete_cell(), list_nth_cell(), list_truncate(), new_head_cell(), new_list(), and new_tail_cell().
| void* ListCell::ptr_value |
1.7.1