|
dcrud
0.0.0
Distributed data and services
|


Go to the source code of this file.
Typedefs | |
| typedef void * | collSetItem |
| typedef collSetItem * | collSetValues |
Functions | |
| UTIL_ADT (collSet) | |
| collSet | collSet_new (collComparator cmp) |
| void | collSet_delete (collSet *This) |
| void | collSet_clear (collSet This) |
| bool | collSet_add (collSet This, collSetItem item) |
| bool | collSet_remove (collSet This, collSetItem item) |
| unsigned int | collSet_size (collSet This) |
| collForeachResult | collSet_foreach (collSet This, collForeachFunction fn, void *userData) |
| collSetValues | collSet_values (collSet This) |
| typedef void* collSetItem |
| typedef collSetItem* collSetValues |
| bool collSet_add | ( | collSet | This, |
| collSetItem | item | ||
| ) |
| void collSet_clear | ( | collSet | This | ) |
| void collSet_delete | ( | collSet * | This | ) |
| collForeachResult collSet_foreach | ( | collSet | This, |
| collForeachFunction | fn, | ||
| void * | userData | ||
| ) |
| collSet collSet_new | ( | collComparator | cmp | ) |
| bool collSet_remove | ( | collSet | This, |
| collSetItem | item | ||
| ) |
| unsigned int collSet_size | ( | collSet | This | ) |
| collSetValues collSet_values | ( | collSet | This | ) |
| UTIL_ADT | ( | collSet | ) |