| Class | Description |
|---|---|
| TypeCodeAlias |
This class is the implementation for alias and valuebox typecodes.
|
| TypeCodeArray |
This class holds the implementation for sequence and array typecodes.
|
| TypeCodeBase |
This base class is inherited by all the type code classes and provides some
extra functionality used in the any classes and when constructing the
typecode.
|
| TypeCodeEnum |
Typecode implementation for enum typecodes.
|
| TypeCodeFactoryImpl |
This class implements the TypeCodeFactory, it is used to create type codes.
|
| TypeCodeFixed |
Typecode implementation for fixed types.
|
| TypeCodeObject |
Typecode implementation for interface, native, abstract interface, home and
component.
|
| TypeCodePrimitive |
Type code implemetation for primitive types.
|
| TypeCodeString |
Typecode implementation for strings and wstrings.
|
| TypeCodeStruct |
Typecode implementation for structs and exceptions.
|
| TypeCodeUnion |
Typecode implementation for unions.
|
| TypeCodeValue |
Typecode implementation for valuetypes.
|
Implementation of type code handlers.