Mir 1.0
Mir application programming interface

Functions

mirkl_error_tmirm_example_instance_create (mirkl_object_t **obj, mirkl_uint32_t flags, mir_prsdata_t *pp, apr_pool_t *pool, apr_pool_t *tmp_pool)
 

Variables

mirkl_object_t * ExampleClass
 
int ModtExample
 

Detailed Description

Function Documentation

◆ mirm_example_instance_create()

mirkl_error_t * mirm_example_instance_create ( mirkl_object_t **  obj,
mirkl_uint32_t  flags,
mir_prsdata_t *  pp,
apr_pool_t *  pool,
apr_pool_t *  tmp_pool 
)

Creation of Example object.

Parameters
[out]objReference to the created object.
flagsFlags of the object.
ppReference to the parser data structure.
poolThe pool to use for allocations of object structures. Should be valid as long as the created object lives.
tmp_poolThe pool for temporary allocations. Can be deleted after calling this function.