Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Properties
Transcode Struct Reference

Overview

Character transcoding context for iconv.

See also
iconv(3)

Definition at line 119 of file String.c.

Properties

StringEncoding from
 
char * in
 
size_t length
 
char * out
 
size_t size
 
StringEncoding to
 

Property Details

◆ from

StringEncoding Transcode::from

Definition at line 121 of file String.c.

◆ in

char* Transcode::in

Definition at line 122 of file String.c.

◆ length

size_t Transcode::length

Definition at line 123 of file String.c.

◆ out

char* Transcode::out

Definition at line 124 of file String.c.

◆ size

size_t Transcode::size

Definition at line 125 of file String.c.

◆ to

StringEncoding Transcode::to

Definition at line 120 of file String.c.


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