|
| AttributeDef | create_attribute (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType type, in AttributeMode mode) |
| |
| OperationDef | create_operation (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType result, in OperationMode mode, in ParDescriptionSeq params, in ExceptionDefSeq exceptions, in ContextIdSeq contexts) |
| |
| ValueMemberDef | create_value_member (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType type_def, in Visibility access) |
| |
| FullValueDescription | describe_value () |
| |
| boolean | is_a (in RepositoryId value_id) |
| |
| ContainedSeq | contents (in DefinitionKind limit_type, in boolean exclude_inherited) |
| |
| AliasDef | create_alias (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType original_type) |
| |
| ConstantDef | create_constant (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType type, in any value) |
| |
| EnumDef | create_enum (in RepositoryId id, in Identifier name, in VersionSpec version, in EnumMemberSeq members) |
| |
| ExceptionDef | create_exception (in RepositoryId id, in Identifier name, in VersionSpec version, in StructMemberSeq members) |
| |
| InterfaceDef | create_interface (in RepositoryId id, in Identifier name, in VersionSpec version, in boolean is_abstract, in InterfaceDefSeq base_interfaces) |
| |
| ModuleDef | create_module (in RepositoryId id, in Identifier name, in VersionSpec version) |
| |
| NativeDef | create_native (in RepositoryId id, in Identifier name, in VersionSpec version) |
| |
| StructDef | create_struct (in RepositoryId id, in Identifier name, in VersionSpec version, in StructMemberSeq members) |
| |
| UnionDef | create_union (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType discriminator_type, in UnionMemberSeq members) |
| |
| ValueDef | create_value (in RepositoryId id, in Identifier name, in VersionSpec version, in boolean is_custom, in boolean is_abstract, in octet flags, in ValueDef base_value, in boolean has_safe_base, in ValueDefSeq abstract_base_values, in InterfaceDefSeq supported_interfaces, in InitializerSeq initializers) |
| |
| ValueBoxDef | create_value_box (in RepositoryId id, in Identifier name, in VersionSpec version, in IDLType original_type_def) |
| |
| DescriptionSeq | describe_contents (in DefinitionKind limit_type, in boolean exclude_inherited, in long max_returned_objs) |
| |
| Contained | lookup (in ScopedName search_name) |
| |
| ContainedSeq | lookup_name (in Identifier search_name, in long levels_to_search, in DefinitionKind limit_type, in boolean exclude_inherited) |
| |
| void | destroy () |
| |
| Description | describe () |
| |
| void | move (in Container new_container, in Identifier new_name, in VersionSpec new_version) |
| |
A ValueDef object represents the definition of the Value object used to pass the object state between hosts
Definition at line 663 of file ir.idl.