Configurable
[Woden/C project]


Classes

struct  woden_configurable_ops
union  woden_configurable_base
struct  woden_configurable

Defines

#define WODEN_CONFIGURABLE_FREE(configurable, env)
#define WODEN_CONFIGURABLE_TO_CONFIGURABLE_FREE(configurable, env)
#define WODEN_CONFIGURABLE_SUPER_OBJS(configurable, env)
#define WODEN_CONFIGURABLE_GET_BASE_IMPL(configurable, env)

Typedefs

typedef woden_configurable_base woden_configurable_base_t
typedef woden_configurable woden_configurable_t
typedef woden_configurable_ops woden_configurable_ops_t

Functions

AXIS2_EXTERN woden_configurable_t * woden_configurable_create (const axis2_env_t *env)
AXIS2_EXTERN woden_configurable_t * woden_configurable_to_configurable_element (void *configurable, const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t woden_configurable_resolve_methods (woden_configurable_t *configurable, const axis2_env_t *env, woden_configurable_t *configurable_impl, axis2_hash_t *methods)

Define Documentation

#define WODEN_CONFIGURABLE_FREE ( configurable,
env   ) 

Value:

(((woden_configurable_t *) configurable)->ops->\
         free(configurable, env))

#define WODEN_CONFIGURABLE_GET_BASE_IMPL ( configurable,
env   ) 

Value:

(((woden_configurable_t *) configurable)->ops->\
         get_base_impl(configurable, env))

#define WODEN_CONFIGURABLE_SUPER_OBJS ( configurable,
env   ) 

Value:

(((woden_configurable_t *) configurable)->ops->\
         super_objs(configurable, env))

#define WODEN_CONFIGURABLE_TO_CONFIGURABLE_FREE ( configurable,
env   ) 

Value:

(((woden_configurable_t *) configurable)->ops->\
         to_configurable_free(configurable, env))


Generated on Tue Oct 3 22:36:03 2006 for Axis2/C by  doxygen 1.4.7