Boolean Attribute
[Woden/C project]


Classes

struct  woden_bool_attr_ops
struct  woden_bool_attr

Defines

#define WODEN_BOOL_ATTR_FREE(bool_attr, env)   (((woden_bool_attr_t *) bool_attr)->ops->free(bool_attr, env))
#define WODEN_BOOL_ATTR_TO_BOOL_ATTR_FREE(bool_attr, env)
#define WODEN_BOOL_ATTR_TYPE(bool_attr, env)
#define WODEN_BOOL_ATTR_GET_BASE_IMPL(bool_attr, env)
#define WODEN_BOOL_ATTR_GET_BOOL(bool_attr, env)
#define WODEN_BOOL_ATTR_CONVERT(bool_attr, env)

Typedefs

typedef woden_bool_attr woden_bool_attr_t
typedef woden_bool_attr_ops woden_bool_attr_ops_t

Functions

AXIS2_EXTERN woden_bool_attr_t * woden_bool_attr_create (const axis2_env_t *env, struct axiom_element *owner_el, struct axiom_node *owner_node, axis2_qname_t *attr_type, axis2_char_t *attr_value)
AXIS2_EXTERN axis2_status_t woden_bool_attr_resolve_methods (woden_bool_attr_t *bool_attr, const axis2_env_t *env, axis2_hash_t *methods)

Define Documentation

#define WODEN_BOOL_ATTR_CONVERT ( bool_attr,
env   ) 

Value:

(((woden_bool_attr_t *) bool_attr)->ops->\
         convert(bool_attr, env))

#define WODEN_BOOL_ATTR_GET_BASE_IMPL ( bool_attr,
env   ) 

Value:

(((woden_bool_attr_t *) bool_attr)->ops->\
         get_base_impl(bool_attr, env))

#define WODEN_BOOL_ATTR_GET_BOOL ( bool_attr,
env   ) 

Value:

(((woden_bool_attr_t *) bool_attr)->ops->\
         get_boolean(bool_attr, env))

#define WODEN_BOOL_ATTR_TO_BOOL_ATTR_FREE ( bool_attr,
env   ) 

Value:

(((woden_bool_attr_t *) bool_attr)->ops->\
         to_bool_attr_free(bool_attr, env))

#define WODEN_BOOL_ATTR_TYPE ( bool_attr,
env   ) 

Value:

(((woden_bool_attr_t *) bool_attr)->ops->\
         type(bool_attr, env))


Generated on Tue Oct 3 18:21:15 2006 for Axis2/C by  doxygen 1.4.7