MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
gen_list.hpp File Reference
#include "../alloc.hpp"
#include "../core.hpp"
#include "array_list.hpp"
#include "bitset.hpp"
#include "optional.hpp"
#include "result.hpp"
Include dependency graph for gen_list.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mtcore::Handle
 Handle to an item in the list. More...
 
struct  mtcore::GenList< T >
 Represents a generational list where removed items are marked and recycled. More...
 
struct  mtcore::GenList< T >::PtrIter
 An iterator that iterates over pointers to each stored element. More...
 
struct  mtcore::GenList< T >::ConstIter
 An iterator that iterates over values (copies) of each stored element. More...
 
struct  mtcore::GenList< T >::HandleIter
 An iterator that iterates over all handles of each stored element. More...
 

Namespaces

namespace  mtcore
 Core library for C++ with Zig-related functionality.
 

Macros

#define MTCORE_GEN_LIST_HPP
 

Macro Definition Documentation

◆ MTCORE_GEN_LIST_HPP

#define MTCORE_GEN_LIST_HPP

Definition at line 22 of file gen_list.hpp.