Libcroco
Data Fields
_CREncHandler Struct Reference

This class is responsible of the the encoding conversions stuffs in libcroco. More...

#include <cr-enc-handler.h>

Data Fields

enum CREncoding encoding
 
CREncInputFunc decode_input
 
CREncInputFunc encode_output
 
CREncInputStrLenAsUtf8Func enc_str_len_as_utf8
 
CREncUtf8StrLenAsOutputFunc utf8_str_len_as_enc
 

Detailed Description

This class is responsible of the the encoding conversions stuffs in libcroco.

Definition at line 69 of file cr-enc-handler.h.

Field Documentation

◆ decode_input

CREncInputFunc _CREncHandler::decode_input

Definition at line 72 of file cr-enc-handler.h.

◆ enc_str_len_as_utf8

CREncInputStrLenAsUtf8Func _CREncHandler::enc_str_len_as_utf8

Definition at line 74 of file cr-enc-handler.h.

◆ encode_output

CREncInputFunc _CREncHandler::encode_output

Definition at line 73 of file cr-enc-handler.h.

◆ encoding

enum CREncoding _CREncHandler::encoding

Definition at line 71 of file cr-enc-handler.h.

◆ utf8_str_len_as_enc

CREncUtf8StrLenAsOutputFunc _CREncHandler::utf8_str_len_as_enc

Definition at line 75 of file cr-enc-handler.h.


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