Skip to content

Add support for shared_ptr and containers of pointers #48

Description

@awulkiew

Currently it's not possible to visualize the following:

struct MyPoint
{
    int x;
    int y;
};
typedef std::shared_ptr<MyPoint> MyPointPtr;
std::vector<MyPointPtr> ptrs;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions