Classes | |
struct | w2c_properties_ops |
struct | w2c_properties |
Defines | |
#define | W2C_PROPERTIES_FREE(properties, env) ((properties)->ops->free (properties, env)) |
#define | W2C_PROPERTIES_GET_HASH(properties, env) ((properties)->ops->get_hash(properties, env)) |
Typedefs | |
typedef w2c_properties | w2c_properties_t |
typedef w2c_properties_ops | w2c_properties_ops_t |
Functions | |
AXIS2_EXTERN w2c_properties_t * | w2c_properties_create (const axis2_env_t *env, axis2_char_t *filename, axis2_char_t seperator) |
AXIS2_EXTERN w2c_properties_t* w2c_properties_create | ( | const axis2_env_t * | env, | |
axis2_char_t * | filename, | |||
axis2_char_t | seperator | |||
) |
create a properties obj with aonther properties
env | Environment. MUST NOT be NULL | |
properties | copying properties | |
filename | filename of .properties | |
seprator | sep |