Adaptive Framework
0.9.0
|
Interface afw_interface implementation declares. More...
#include "afw_interface_opaques.h"
Go to the source code of this file.
Macros | |
#define | __AFW_ADAPTOR_KEY_VALUE_IMPL_DECLARES_H__ 1 |
#define | _AFW_IMPLEMENTATION_ID_ "unspecified" |
#define | _AFW_IMPLEMENTATION_SPECIFIC_ NULL |
#define | _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__ |
Functions | |
impl_afw_adaptor_key_value_add (const afw_adaptor_key_value_t *instance, const afw_utf8_t *namespace, const afw_memory_t *key, const afw_memory_t *value, afw_xctx_t *xctx) | |
impl_afw_adaptor_key_value_delete (const afw_adaptor_key_value_t *instance, const afw_utf8_t *namespace, const afw_memory_t *key, const afw_memory_t *value, afw_boolean_t must_exist, afw_xctx_t *xctx) | |
impl_afw_adaptor_key_value_replace (const afw_adaptor_key_value_t *instance, const afw_utf8_t *namespace, const afw_memory_t *key, const afw_memory_t *value, afw_boolean_t must_exist, afw_xctx_t *xctx) | |
impl_afw_adaptor_key_value_get (const afw_adaptor_key_value_t *instance, const afw_utf8_t *namespace, const afw_memory_t *key, afw_xctx_t *xctx) | |
Interface afw_interface implementation declares.
Definition in file afw_adaptor_key_value_impl_declares.h.