src/ucx/cx/properties.h

changeset 582
82b60a8dd55c
parent 579
e10457d74fe1
child 621
956c03c25edd
equal deleted inserted replaced
581:4a049e416021 582:82b60a8dd55c
553 * 553 *
554 * The values stored in the map will be pointers to freshly allocated, 554 * The values stored in the map will be pointers to freshly allocated,
555 * zero-terminated C strings (@c char*), which means the @p map should have been 555 * zero-terminated C strings (@c char*), which means the @p map should have been
556 * created with #CX_STORE_POINTERS. 556 * created with #CX_STORE_POINTERS.
557 * 557 *
558 * The default stdlib allocator will be used, unless you specify a custom 558 * The cxDefaultAllocator will be used unless you specify a custom
559 * allocator in the optional @c data field of the returned sink. 559 * allocator in the optional @c data field of the returned sink.
560 * 560 *
561 * @param map the map that shall consume the k/v-pairs. 561 * @param map the map that shall consume the k/v-pairs.
562 * @return the sink 562 * @return the sink
563 * @see cxPropertiesLoad() 563 * @see cxPropertiesLoad()

mercurial