mn_list.hpp File Reference
Go to the source code of this file.
Classes | |
| class | mn::container::list_node_iterator< TNodePtr, TPtr, TRef > |
| class | mn::container::basic_list< T, TAllocator, TDeleter > |
Namespaces | |
| mn | |
| mn::container | |
Typedefs | |
| template<typename T , class TAllocator = memory::default_allocator, class TDeleter = memory::default_delete<T,TAllocator>> | |
| using | mn::container::list = basic_list< T, TAllocator, TDeleter > |
| List type witch allocated in global heap. More... | |