Skip to content

Dynamic Type's ref's need to be re-designed #4

@ContainedBlargh

Description

@ContainedBlargh

As of right now, the dynamic type can contain a reference to a void pointer.
This seems to work fine with structs, but badly with arrays, I think that the void pointer is unable to contain a pointer to an array pointer (if that makes any sense, this is uncharted territory for me).

I think that we might want to wrap the void* DynValue in another struct that can contain the size of whatever we are storing in the dynamic value and then figure out a way to retrieve the array/struct we've stored in the void pointer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions