Skip to content

Replace vector of CostPtr in CostStack objects by a map of CostPtr #195

@edantec

Description

@edantec

When creating a CostStack, the user must keep in mind the index of each Cost component they have defined, in order to be able to modify the Cost object later on. It would be more intuitive to use std::map<String,CostPtr> to retrieve each component, instead of using std::vector<CostPtr>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions