文件名称:STL源码的仿写
文件大小:341KB
文件格式:ZIP
更新时间:2017-05-19 03:14:03
STL源码
自己通过对STL源码的研究,然后简单地仿写STL中各大容器,已实现其中基本功能
【文件预览】:
mystl
----bin()
--------Debug()
----default_allocator.h(6KB)
----mystl.depend(4KB)
----test_deque.cpp(602B)
----test_tree.cpp(4KB)
----my_iterator_base.h(2KB)
----obj()
--------Debug()
----my_deque.h(19KB)
----iterator_rb_tree.h(4KB)
----my_rb_tree.h(15KB)
----my_iterator_function.h(3KB)
----simple_allocator.h(3KB)
----test_set.cpp(457B)
----mystl.layout(6KB)
----test_iterator.cpp(583B)
----my_vector.h(8KB)
----my_map.h(2KB)
----my_set.h(2KB)
----mystl.cbp(2KB)
----test_alloc.cpp(1KB)
----my_list.h(6KB)
----iterator_list.h(2KB)
----main.cpp(249B)
----test_vector.cpp(2KB)
----test_list.cpp(785B)
----test_rb_tree.cpp(982B)
----iterator_vector.h(2KB)
----test_map.cpp(562B)
----iterator_deque.h(8KB)
----malloc_allocator.h(2KB)