|
cu
|
Provides generic functions for the data structures. More...
Go to the source code of this file.
Provides generic functions for the data structures.
| #define cu_clear | ( | x, | |
| fn | |||
| ) |
| #define cu_clear_del | ( | x, | |
| fn | |||
| ) |
| #define cu_contains | ( | x, | |
| key, | |||
| pred | |||
| ) |
| #define cu_del | ( | x | ) |
| #define cu_find | ( | x, | |
| key, | |||
| pred | |||
| ) |
| #define cu_foreach | ( | x, | |
| fn | |||
| ) |
| #define cu_insert | ( | x, | |
| index, | |||
| data | |||
| ) |
| #define cu_is_empty | ( | x | ) |
| #define cu_len | ( | x | ) |
| #define cu_new | ( | x | ) |
| #define cu_push | ( | x, | |
| y | |||
| ) |