class OroGen::Gen::RTT_CPP::TypeSets

This is an internal structure to pass different sets of types to the code generation plugins

Attributes

aliases[RW]
array_types[RW]

The array types for which a convertion function should be generated

converted_types[RW]

The types for which a convertion function should be generated, except for arrays that have to be handled separately

interface_types[RW]

The types that can be used on task interfaces. They are different from registered_types as XML marshalling (for instance) need all types to be registered, even the ones that can't be used in the interfaces

minimal_registry[RW]
opaque_types[RW]
registered_types[RW]

The types that will end up being registered in the type system

types[RW]

The types that are new in this typekit