A fast way to store a variable-sized collection of pointers. More...
#include "boost/static_assert.hpp"#include <iterator>#include "CxxUtils/pointer_list.icc"Go to the source code of this file.
Classes | |
| class | CxxUtils::pointer_list_base |
| A fast way to store a variable-sized collection of pointers. More... | |
| struct | CxxUtils::pointer_list_base::list_block |
| A single block in the list. More... | |
| class | CxxUtils::pointer_list_base::allocator |
Very simple allocator for use with pointer_list. More... | |
| struct | CxxUtils::pointer_list_base::allocator::chunk |
| One memory allocation chunk. | |
| class | CxxUtils::pointer_list< NELT > |
| A fast way to store a variable-sized collection of pointers. More... | |
| class | CxxUtils::pointer_list< NELT >::allocator |
Allocator for pointer_list, specialized for NELT. More... | |
| class | CxxUtils::pointer_list< NELT >::iterator |
| Forward iterator over the list. More... | |
Namespaces | |
| namespace | CxxUtils |
Copy the elements of a sequence for which a predicate is true. | |
A fast way to store a variable-sized collection of pointers.
1.6.1