dict.h revision 38ae7e4efe803ea78b6499cd05a394db32623e41
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Summary: string dictionnary
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Description: dictionary of reusable strings, just used to avoid allocation
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * and freeing operations.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Copy: See Copyright for the status of this software.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Author: Daniel Veillard
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncextern "C" {
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * The dictionnary.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Constructor and destructor.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Lookup of entry in the dictionnary.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync * Cleanup function
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#endif /* ! __XML_DICT_H__ */