NetBSD/common/include/prop
thorpej 26d4f90430 - Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary's
keys and returns them in an array.  This effectively allows a caller
  to mutate a dictionary while iterating over it (really, you iterate
  over the array of keys instead of the dictionary itself).
- Add a slew of utility functions that make it more convenient (in some
  circumstances, anyway) to get/set values in a dictionary.
2006-10-26 05:02:12 +00:00
..
Makefile Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_array.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_bool.h - Add prop_array_equals(), prop_dictionary_equals(), and 2006-05-18 03:05:19 +00:00
prop_data.h
prop_dictionary.h - Add prop_dictionary_all_keys(). Takes a snapshot of a dictionary's 2006-10-26 05:02:12 +00:00
prop_ingest.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_number.h Make prop_number_t handle both signed and unsigned numbers. The *integer* 2006-10-12 04:46:56 +00:00
prop_object.h Several changes to proplib: 2006-08-21 04:13:28 +00:00
prop_string.h
proplib.h Alter the protocol impemented by prop_kern to allow for bi-directional 2006-09-22 04:20:23 +00:00