Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Compound Members   File Members  

UConverterSharedData Struct Reference

Defines the struct of a UConverterSharedData the immutable, shared part of UConverter. More...

#include <ucnv_bld.h>

List of all members.

Public Members

uint32_t structSize
void* dataMemory
uint32_t referenceCounter
char name [UCNV_MAX_CONVERTER_NAME_LENGTH]
UConverterPlatform platform
int32_t codepage
UConverterType conversionType
int8_t minBytesPerChar
int8_t maxBytesPerChar
struct {
   uint32_t   toUnicodeStatus
   int8_t   subCharLen
   unsigned char   subChar [UCNV_MAX_SUBCHAR_LEN]
defaultConverterValues
UConverterTabletable


Detailed Description

Defines the struct of a UConverterSharedData the immutable, shared part of UConverter.

Draft:

Member Data Documentation

uint32_t UConverterSharedData::structSize

void* UConverterSharedData::dataMemory

uint32_t UConverterSharedData::referenceCounter

char UConverterSharedData::name[UCNV_MAX_CONVERTER_NAME_LENGTH]

UConverterPlatform UConverterSharedData::platform

int32_t UConverterSharedData::codepage

UConverterType UConverterSharedData::conversionType

int8_t UConverterSharedData::minBytesPerChar

int8_t UConverterSharedData::maxBytesPerChar

uint32_t UConverterSharedData::toUnicodeStatus

int8_t UConverterSharedData::subCharLen

unsigned char UConverterSharedData::subChar[UCNV_MAX_SUBCHAR_LEN]

struct { ... } defaultConverterValues

UConverterTable* UConverterSharedData::table


The documentation for this struct was generated from the following file:
Generated at Thu Feb 10 15:31:09 2000 for icu by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999