mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 18:42:28 +00:00
feat(list): add list templates
This commit is contained in:
parent
7713223e60
commit
ced42bbfed
8 changed files with 434 additions and 0 deletions
9
storm/List.hpp
Normal file
9
storm/List.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef STORM_LIST_HPP
|
||||
#define STORM_LIST_HPP
|
||||
|
||||
#include "list/TSExplicitList.hpp"
|
||||
#include "list/TSLink.hpp"
|
||||
#include "list/TSLinkedNode.hpp"
|
||||
#include "list/TSList.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue