Next: 3rd Parent Pointer AVL Sequence, Previous: 1st Parent Pointer AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]
General library:
See Variable Size Data Sequence Library.
See Variable Size Data Sequence Search Library.
call
data structure size retriever:
int x1f4_call_nclist(unsigned *);
clip
data deletion routine:
int x1f4_clip_nclist (void *, unsigned, void *, int (*)(void *, void *));
deck
data rotation routine:
int x1f4_deck_nclist(void *, int);
deux
data exchange routine:
int x1f4_deux_nclist(void *, unsigned, void *, unsigned);
ever
record retriever:
int x1f4_ever_nclist(void *, void **);
fast
sequence constructor routine:
int x1f4_fast_nclist(void *, unsigned, struct x1f4_nclist_type *);
fgxp
first greater search routine:
int x1f4_fgxp_nclist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
find
plain search routine:
int x1f4_find_nclist (void *, void *, unsigned, int (*)(void *, void *), void **);
fine
data deletion routine:
int x1f4_fine_nclist(void *, void *, int (*)(void *, void *));
fini
sequence regular destructor routine:
int x1f4_fini_nclist(void **);
flat
sequence destructor routine:
int x1f4_flat_nclist(void *);
flip
order reversal routine:
int x1f4_flip_nclist(void *);
flow
data structure integrity check routine:
int x1f4_flow_nclist(void *);
head
plain data insertion routine:
int x1f4_head_nclist(void *, unsigned, void **);
high
data purge routine:
int x1f4_high_nclist(void *);
init
sequence regular constructor routine:
int x1f4_init_nclist(void **, unsigned, struct x1f4_nclist_type *);
land
sort insertion routine:
int x1f4_land_nclist (void *, void *, int (*)(void *, void *), unsigned, unsigned, void **);
lead
record retriever:
int x1f4_lead_nclist(void *, void **);
lime
data traversal routine:
int x1f4_lime_nclist(void *, void *, int (*)(void *, void *));
line
data copy routine:
int x1f4_line_nclist (void *, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
mind
data deletion routine:
int x1f4_mind_nclist(void *);
miss
plain data deletion routine:
int x1f4_miss_nclist(void *, unsigned);
mode
data replacement routine:
int x1f4_mode_nclist(void *, unsigned, unsigned, void **);
move
data move routine:
int x1f4_move_nclist(void *, unsigned, unsigned);
nice
data deletion routine:
int x1f4_nice_nclist(void *, void *, int (*)(void *, void *));
peek
plain data retrieval routine:
int x1f4_peek_nclist(void *, unsigned, void **);
pull
data deletetion routine:
int x1f4_pull_nclist (void *, unsigned, void *, int (*)(void *, void *));
push
plain data insertion routine:
int x1f4_push_nclist(void *, unsigned, unsigned, void **);
rand
data shuffling routine:
int x1f4_rand_nclist(void *);
rank
data search routine:
int x1f4_rank_nclist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
size
size retriever:
int x1f4_size_nclist(void *, unsigned *);
skew
memory allocator replacer routine:
int x1f4_skew_nclist(void *, void *);
slip
data deletion routine:
int x1f4_slip_nclist(void *);
sort
data sort routine:
int x1f4_sort_nclist (void *, void *, unsigned, int (*)(void *, void *, void *));
spin
data exchange routine:
int x1f4_spin_nclist(void *, unsigned, unsigned);
tail
plain data insertion routine:
int x1f4_tail_nclist(void *, unsigned, void **);
text
plain copy routine:
int x1f4_text_nclist (void **, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
seek
data search routine:
int x1f4_seek_nclist (void *, void *, unsigned, int (*)(void *, void *), unsigned *, void **);
turn
memory allocator replacer routine:
int x1f4_turn_nclist(void *);
wind
data move routine:
int x1f4_wind_nclist(void *, unsigned, void *, unsigned);
Next: 3rd Parent Pointer AVL Sequence, Previous: 1st Parent Pointer AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]