C++ Attributes: pointer_default

Specifies IDL 'pointer_default' attribute

Syntax

[
    define_attribute = "pointer_default",
    argument_list = "type",
    check_argument ("type") = {
        "ptr",
        "ref",
        "unique"
    },
    help_string = "Specifies IDL 'pointer_default' attribute",
    usage = eInterfaceUsage,
    group = eIDLGroup,
    shipping = "true"
];