WYRDTEK Home Features Reference Downloads About


Reference/es_sdm_delete

Syntax

void es_sdm_delete( struct es_sdm *mgr );

Arguments

struct es_sdm *mgr String dictionary manager.

Description

Delete a string dictionary manager and all the string dictionaries and compressed string dictionaries that it contains. Must first have been constructed via es_sdm_new().

[Back To Reference] [Back To Reference/es_sdm]