Message Label
[Woden/C project]


Classes

struct  woden_msg_label_ops
struct  woden_msg_label

Defines

#define WODEN_MSG_LABEL_FREE(msg_label, env)
#define WODEN_MSG_LABEL_TO_STRING(msg_label, env)
#define WODEN_MSG_LABEL_IS_VALID(msg_label, env)
#define WODEN_MSG_LABEL_EQUALS(msg_label, env, other)

Functions

AXIS2_EXTERN woden_msg_label_t * woden_msg_label_get_msg_label_in (const axis2_env_t *env)
AXIS2_EXTERN woden_msg_label_t * woden_msg_label_get_msg_label_out (const axis2_env_t *env)
AXIS2_EXTERN woden_msg_label_t * woden_msg_label_get_invalid_value (const axis2_env_t *env, const axis2_char_t *value)

Define Documentation

#define WODEN_MSG_LABEL_EQUALS msg_label,
env,
other   ) 
 

Value:

(((woden_msg_label_t *) msg_label)->ops->\
         equals (msg_label, env, other))

#define WODEN_MSG_LABEL_FREE msg_label,
env   ) 
 

Value:

(((woden_msg_label_t *) msg_label)->ops->\
         free (msg_label, env))

#define WODEN_MSG_LABEL_IS_VALID msg_label,
env   ) 
 

Value:

(((woden_msg_label_t *) msg_label)->ops->\
         is_valid (msg_label, env))

#define WODEN_MSG_LABEL_TO_STRING msg_label,
env   ) 
 

Value:

(((woden_msg_label_t *) msg_label)->ops->\
         to_string (msg_label, env))


Generated on Thu Aug 31 17:32:42 2006 for Axis2/C by  doxygen 1.4.6