ATLAS Offline Software
|
A fast way to store a variable-sized collection of pointers. More...
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. More... | |
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 | |
CxxUtils | |
A fast way to store a variable-sized collection of pointers.
Definition in file pointer_list.h.