Skip to content

let wrapAggregate can use specific identifier #269

Description

@imzhaodong

I'm talking about autowrap based on PyD in this case. And I suggest we enable we can specify identifier name for aggregate being wrapped.

Here is an example. We need to wrap a type which is a template.

template struct S(T)
{
  T value;
}
wrapAggregate(S!A);
wrapAggregate(S!B);

This will end with both instance in Python has same python name which is "S" and cause confliction.

I have checked the PyD implementation. PyD function wrap_class can take optional parameter PyName!"FooBar". Maybe we can dispose this to autowrap as well using optional parameters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions