Skip to content

A C++ Data Table implementation for loading data columns of the same data type. It uses C++11 templates & inheritance to implement column insert operations & unique pointers to hide each Column's data type from the Table class, which owns the Column resources (the actual data).

Notifications You must be signed in to change notification settings

gclkaze/Generic-Data-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic-Data-Table

About

A C++ Data Table implementation for loading data columns of the same data type. It uses C++11 templates & inheritance to implement column insert operations & unique pointers to hide each Column's data type from the Table class, which owns the Column resources (the actual data).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published