Skip to content

Handle pointers #102

@adetaylor

Description

@adetaylor

At the moment, we're not handling pointers which may be null. We're just converting any pointers that we discover into references.

We probably need to convert Foo* into Option<&Foo> rather than Foo. This will probably require cxx support first, and/or wrapper functions.

It's also not clear whether the information output from bindgen even distinguishes references from pointers enough for us to make this distinction. TBD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cpp-featureC++ feature not yet supported

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions