cfg_encoder_end_object()

Finish creating a new configuration item using the specified encoder.

Synopsis:

#include <asr/cfg.h>
 
cfg_item_t* cfg_encoder_end_object(cfg_encoder_t *e)

Arguments:

e

A pointer to the encoder structure indicating the new configuration item.

Library:

libasr

Description:

The cfg_encoder_end_object() function returns the parent of the configuration item indicated by e->container. If there is no parent, e->container is returned.

Returns:

e->container, the container of the specified encoder (which points either to the new configuration item or to its parent).