Skip to content

Add support for shared_ptr and containers of pointers #48

@awulkiew

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;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions