Next: 1st Parent Pointer AVL Sequence, Previous: 1st Plain 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_tslist(unsigned *);
clip
data deletion routine:
int x1f4_clip_tslist (void *, unsigned, void *, int (*)(void *, void *));
deck
data rotation routine:
int x1f4_deck_tslist(void *, int);
deux
data exchange routine:
int x1f4_deux_tslist(void *, unsigned, void *, unsigned);
ever
record retriever:
int x1f4_ever_tslist(void *, void **);
fast
sequence constructor routine:
int x1f4_fast_tslist(void *, unsigned, struct x1f4_tslist_type *);
fgxp
first greater search routine:
int x1f4_fgxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
find
plain search routine:
int x1f4_find_tslist (void *, void *, unsigned, int (*)(void *, void *), void **);
fine
data deletion routine:
int x1f4_fine_tslist(void *, void *, int (*)(void *, void *));
fini
sequence regular destructor routine:
int x1f4_fini_tslist(void **);
flat
sequence destructor routine:
int x1f4_flat_tslist(void *);
flip
order reversal routine:
int x1f4_flip_tslist(void *);
flow
data structure integrity check routine:
int x1f4_flow_tslist(void *);
fmxp
first matching search routine:
int x1f4_fmxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
fxxp
first greater or matching search routine:
int x1f4_fxxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
head
plain data insertion routine:
int x1f4_head_tslist(void *, unsigned, void **);
high
data purge routine:
int x1f4_high_tslist(void *);
init
sequence regular constructor routine:
int x1f4_init_tslist(void **, unsigned, struct x1f4_tslist_type *);
land
sort insertion routine:
int x1f4_land_tslist (void *, void *, int (*)(void *, void *), unsigned, unsigned, void **);
last
record retriever / iterator routine:
int x1f4_last_tslist(void **, void *);
lead
record retriever:
int x1f4_lead_tslist(void *, void **);
lime
data traversal routine:
int x1f4_lime_tslist(void *, void *, int (*)(void *, void *));
line
data copy routine:
int x1f4_line_tslist (void *, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
llxp
last less search routine:
int x1f4_llxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
lmxp
last matching search routine:
int x1f4_lmxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
lxxp
last less or matching search routine:
int x1f4_lxxp_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
mind
data deletion routine:
int x1f4_mind_tslist(void *);
miss
plain data deletion routine:
int x1f4_miss_tslist(void *, unsigned);
mode
data replacement routine:
int x1f4_mode_tslist(void *, unsigned, unsigned, void **);
move
data move routine:
int x1f4_move_tslist(void *, unsigned, unsigned);
next
record retriever / iterator routine:
int x1f4_next_tslist(void **, void *);
nice
data deletion routine:
int x1f4_nice_tslist(void *, void *, int (*)(void *, void *));
peek
plain data retrieval routine:
int x1f4_peek_tslist(void *, unsigned, void **);
pull
data deletetion routine:
int x1f4_pull_tslist (void *, unsigned, void *, int (*)(void *, void *));
push
plain data insertion routine:
int x1f4_push_tslist(void *, unsigned, unsigned, void **);
rand
data shuffling routine:
int x1f4_rand_tslist(void *);
rank
data search routine:
int x1f4_rank_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *);
side
data deletion routine:
int x1f4_side_tslist(void *, void *);
size
size retriever:
int x1f4_size_tslist(void *, unsigned *);
skew
memory allocator replacer routine:
int x1f4_skew_tslist(void *, void *);
slip
data deletion routine:
int x1f4_slip_tslist(void *);
sort
data sort routine:
int x1f4_sort_tslist (void *, void *, unsigned, int (*)(void *, void *, void *));
spin
data exchange routine:
int x1f4_spin_tslist(void *, unsigned, unsigned);
tail
plain data insertion routine:
int x1f4_tail_tslist(void *, unsigned, void **);
text
plain copy routine:
int x1f4_text_tslist (void **, void *, int (*)(void *, unsigned *, const void *), int (*)(void *, void *, const void *), int (*)(void *, void *), void *);
seek
data search routine:
int x1f4_seek_tslist (void *, void *, unsigned, int (*)(void *, void *), unsigned *, void **);
tile
record index retrieval routine:
int x1f4_tile_tslist(unsigned *, void *);
turn
memory allocator replacer routine:
int x1f4_turn_tslist(void *);
well
data purge routine:
int x1f4_well_tslist(void *, void *, int (*)(void *, void *));
wind
data move routine:
int x1f4_wind_tslist(void *, unsigned, void *, unsigned);
Next: 1st Parent Pointer AVL Sequence, Previous: 1st Plain AVL Sequence, Up: BST Based Variable Size Data Sequences [Index]