afc_readargs_clear

Name

afc_readargs_clear  -- Frees all unused memory

Synopsis

void * afc_readargs_clear ( ReadArgs * rdargs );

Description

This method clears all data inside the ReadArgs instance, except the main classes. After this call, all subsequent calls to afc_readargs_get_by_name() or afc_readargs_get_by_pos() will return NULL, until a new afc_readargs_parse() is done.

Inputs

rdargs

Pointer to a *valid* ReadArgs instance.

Result

See Also