Adaptive Framework
0.9.0
|
Adaptive Framework Array Template Header. More...
#include "afw_common.h"
Go to the source code of this file.
Macros | |
#define | AFW_ARRAY_TEMPLATE(_NAME, _ELEMENT_TYPE) |
Array template. More... | |
Functions | |
AFW_ARRAY_TEMPLATE (afw_u8z_array, afw_utf8_z_t *) AFW_ARRAY_TEMPLATE(const_afw_u8z_array | |
const afw_utf8_z_t * | AFW_ARRAY_TEMPLATE (afw_char_ptr_array, char *) AFW_ARRAY_TEMPLATE(const_afw_char_ptr_array |
Adaptive Framework Array Template Header.
mgg - I'm not real happy with this, so it may go away at some point. Too much is obscured in macros. But it does reduce the chance that errors will be made when using apr's array support.
Definition in file afw_array_template.h.