Skip to content

It is possible to store either structs or pointer to structs ? #25

@estebanzimanyi

Description

@estebanzimanyi

In STL it is possible to define, e.g.,

vector<SweepEvent> ev;
vector<SweepEvent*> evp;

After looking in the documentation, the code, and the examples I was not able to determine whether this can be done in CTL.
Thanks for your answer.
Esteban

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions