Skip to content
Snippets Groups Projects

Draft: [feature][Grid] Add possibility to store user data pointers on the grid object.

Open Robert K requested to merge feature/grid-user-data into master
3 files
+ 101
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -27,7 +27,8 @@ set(HEADERS
partitionset.hh
rangegenerators.hh
sizecache.hh
scsgmapper.hh)
scsgmapper.hh
userdata.hh)
add_subdirectory(test)
Loading