Go to the documentation of this file.
47 static APR_INLINE
void mpf_object_init(
mpf_object_t *
object,
const char *name)
50 object->destroy = NULL;
51 object->process = NULL;
56 static APR_INLINE
void mpf_object_destroy(
mpf_object_t *
object)
59 object->destroy(
object);
63 static APR_INLINE
void mpf_object_process(
mpf_object_t *
object)
66 object->process(
object);
70 static APR_INLINE
void mpf_object_trace(
mpf_object_t *
object)
73 object->trace(
object);