Crashpad
List of all members
crashpad::PointerContainer< ContainerType > Class Template Reference

Allows a standard container to “own” pointer elements stored in it. More...

#include "util/stdlib/pointer_container.h"

Inheritance diagram for crashpad::PointerContainer< ContainerType >:

Detailed Description

template<typename ContainerType>
class crashpad::PointerContainer< ContainerType >

Allows a standard container to “own” pointer elements stored in it.

When the container is destroyed, delete will be called on its pointer elements.

Note
No attempt is made to delete elements that are removed from the container by other means, such as replacement or clear().

The documentation for this class was generated from the following file: