Libparserutils
parserutils_charset_handler Struct Reference

Codec factory component definition. More...

#include <codec_impl.h>

Data Fields

bool(* handles_charset )(const char *charset)
parserutils_error(* create )(const char *charset, parserutils_charset_codec **codec)

Detailed Description

Codec factory component definition.

Definition at line 39 of file codec_impl.h.

Field Documentation

◆ create

parserutils_error(* parserutils_charset_handler::create) (const char *charset, parserutils_charset_codec **codec)

Definition at line 41 of file codec_impl.h.

◆ handles_charset

bool(* parserutils_charset_handler::handles_charset) (const char *charset)

Definition at line 40 of file codec_impl.h.


The documentation for this struct was generated from the following file: