Next: 3rd Plain AVL Sequence, Previous: 1st Threaded 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_tvlist(unsigned *);
clip
data deletion routine:
int x1f4_clip_tvlist (void *, unsigned, void *, int (*)(void *, void *));
deck
data rotation routine:
int x1f4_deck_tvlist(void *, int);
deux
data exchange routine:
int x1f4_deux_tvlist(void *, unsigned, void *, unsigned);
ever
record retriever:
int x1f4_ever_tvlist(void *, void **);
fast
sequence constructor routine:
int x1f4_fast_tvlist(void *, unsigned, struct x1f4_tvlist_type *);
fgxp
first greater search routine:
int x1f4_fgxp_tvlist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
find
plain search routine:
int x1f4_find_tvlist (void *, void *, unsigned, int (*)(void *, void *), void **);
fine
data deletion routine:
int x1f4_fine_tvlist(void *, void *, int (*)(void *, void *));
fini
sequence regular destructor routine:
int x1f4_fini_tvlist(void **);
flat
sequence destructor routine:
int x1f4_flat_tvlist(void *);
flip
order reversal routine:
int x1f4_flip_tvlist(void *);
flow
data structure integrity check routine:
int x1f4_flow_tvlist(void *);
head
plain data insertion routine:
int x1f4_head_tvlist(void *, unsigned, void **);
high
data purge routine:
int x1f4_high_tvlist(void *);
init
sequence regular constructor routine:
int x1f4_init_tvlist(void **, unsigned, struct x1f4_tvlist_type *);
land
sort insertion routine:
int x1f4_land_tvlist (void *, void *, int (*)(void *, void *), unsigned, unsigned, void **);
last
record retriever / iterator routine:
int x1f4_last_tvlist(void **, void *);
lead
record retriever:
int x1f4_lead_tvlist(void *, void **);
lime
data traversal routine:
int x1f4_lime_tvlist(void *, void *, int (*)(void *, void *));
line
data copy routine:
int x1f4_line_tvlist (void *, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
mind
data deletion routine:
int x1f4_mind_tvlist(void *);
miss
plain data deletion routine:
int x1f4_miss_tvlist(void *, unsigned);
mode
data replacement routine:
int x1f4_mode_tvlist(void *, unsigned, unsigned, void **);
move
data move routine:
int x1f4_move_tvlist(void *, unsigned, unsigned);
next
record retriever / iterator routine:
int x1f4_next_tvlist(void **, void *);
nice
data deletion routine:
int x1f4_nice_tvlist(void *, void *, int (*)(void *, void *));
peek
plain data retrieval routine:
int x1f4_peek_tvlist(void *, unsigned, void **);
post
sort insertion routine:
int x1f4_post_tvlist (void *, void *, int (*)(void *, void *), unsigned, unsigned, void **);
pull
data deletetion routine:
int x1f4_pull_tvlist (void *, unsigned, void *, int (*)(void *, void *));
push
plain data insertion routine:
int x1f4_push_tvlist(void *, unsigned, unsigned, void **);
rand
data shuffling routine:
int x1f4_rand_tvlist(void *);
rank
data search routine:
int x1f4_rank_tvlist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
side
data deletion routine:
int x1f4_side_tvlist(void *, void *);
size
size retriever:
int x1f4_size_tvlist(void *, unsigned *);
skew
memory allocator replacer routine:
int x1f4_skew_tvlist(void *, void *);
slip
data deletion routine:
int x1f4_slip_tvlist(void *);
sort
data sort routine:
int x1f4_sort_tvlist (void *, void *, unsigned, int (*)(void *, void *, void *));
spin
data exchange routine:
int x1f4_spin_tvlist(void *, unsigned, unsigned);
tail
plain data insertion routine:
int x1f4_tail_tvlist(void *, unsigned, void **);
text
plain copy routine:
int x1f4_text_tvlist (void **, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
seek
data search routine:
int x1f4_seek_tvlist (void *, void *, unsigned, int (*)(void *, void *), unsigned *, void **);
tile
record index retrieval routine:
int x1f4_tile_tvlist(unsigned *, void *);
turn
memory allocator replacer routine:
int x1f4_turn_tvlist(void *);
wind
data move routine:
int x1f4_wind_tvlist(void *, unsigned, void *, unsigned);
Next: 3rd Plain AVL Sequence, Previous: 1st Threaded AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]