Skip to content
Snippets Groups Projects
Commit e1a9c3f9 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add ItemId mechanism

Now ItemValue are indexed by ItemId.
This means that for instance, one can only access to NodeValue using a node
number: using another item type number will fail to compile, as well as using an
integral type (int, size_t,...).

This is a zero cost developing helper.

It remains to clean some data structures to ease even more coding.
parent bcfe4005
Branches
Tags
1 merge request!7Feature/itemvalue
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment