interface |
DynAny |
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
|
interface |
DynArray |
DynArray objects support the manipulation of IDL arrays.
|
interface |
DynArrayOperations |
DynArray objects support the manipulation of IDL arrays.
|
interface |
DynEnum |
DynEnum objects support the manipulation of IDL enumerated values.
|
interface |
DynEnumOperations |
DynEnum objects support the manipulation of IDL enumerated values.
|
interface |
DynFixed |
DynFixed objects support the manipulation of IDL fixed values.
|
interface |
DynFixedOperations |
DynFixed objects support the manipulation of IDL fixed values.
|
interface |
DynSequence |
DynSequence objects support the manipulation of IDL sequences.
|
interface |
DynSequenceOperations |
DynSequence objects support the manipulation of IDL sequences.
|
interface |
DynStruct |
DynStruct objects support the manipulation of IDL struct and exception values.
|
interface |
DynStructOperations |
DynStruct objects support the manipulation of IDL struct and exception values.
|
interface |
DynUnion |
DynUnion objects support the manipulation of IDL unions.
|
interface |
DynUnionOperations |
DynUnion objects support the manipulation of IDL unions.
|
interface |
DynValue |
DynValue objects support the manipulation of IDL non-boxed value types.
|
interface |
DynValueBox |
DynValueBox objects support the manipulation of IDL boxed value types.
|
interface |
DynValueBoxOperations |
DynValueBox objects support the manipulation of IDL boxed value types.
|
interface |
DynValueCommon |
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
|
interface |
DynValueCommonOperations |
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
|
interface |
DynValueOperations |
DynValue objects support the manipulation of IDL non-boxed value types.
|