Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors