#include <unicode.h>
Data Fields | |
| size_t(* | direct )(void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| size_t(* | pull )(void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| size_t(* | push )(void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| void * | cd_direct |
| void * | cd_pull |
| void * | cd_push |
| char * | from_name |
| char * | to_name |
generic iconv conversion structure
| void* atalk_iconv_t::cd_direct |
| void * atalk_iconv_t::cd_pull |
| void * atalk_iconv_t::cd_push |
| size_t(* atalk_iconv_t::direct) (void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| char* atalk_iconv_t::from_name |
| size_t(* atalk_iconv_t::pull) (void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| size_t(* atalk_iconv_t::push) (void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| char * atalk_iconv_t::to_name |