| allocator_type typedef | battery::unique_ptr< T, Allocator > | |
| element_type typedef | battery::unique_ptr< T, Allocator > | |
| get() const | battery::unique_ptr< T, Allocator > | inline |
| get_allocator() const | battery::unique_ptr< T, Allocator > | inline |
| operator bool() const | battery::unique_ptr< T, Allocator > | inlineexplicit |
| operator*() const | battery::unique_ptr< T, Allocator > | inline |
| operator->() const | battery::unique_ptr< T, Allocator > | inline |
| operator=(unique_ptr &&r) | battery::unique_ptr< T, Allocator > | inline |
| operator=(unique_ptr< U, Allocator > &&r) | battery::unique_ptr< T, Allocator > | inline |
| operator=(std::nullptr_t) | battery::unique_ptr< T, Allocator > | inline |
| pointer typedef | battery::unique_ptr< T, Allocator > | |
| release() | battery::unique_ptr< T, Allocator > | inline |
| reset(pointer ptr=pointer()) | battery::unique_ptr< T, Allocator > | inline |
| swap(unique_ptr &other) | battery::unique_ptr< T, Allocator > | inline |
| this_type typedef | battery::unique_ptr< T, Allocator > | |
| unique_ptr | battery::unique_ptr< T, Allocator > | friend |
| unique_ptr(const allocator_type &allocator=allocator_type()) | battery::unique_ptr< T, Allocator > | inline |
| unique_ptr(std::nullptr_t, const allocator_type &allocator=allocator_type()) | battery::unique_ptr< T, Allocator > | inline |
| unique_ptr(pointer ptr, const allocator_type &allocator=allocator_type()) | battery::unique_ptr< T, Allocator > | inlineexplicit |
| unique_ptr(this_type &&from) | battery::unique_ptr< T, Allocator > | inline |
| unique_ptr(unique_ptr< U, Allocator > &&from) | battery::unique_ptr< T, Allocator > | inline |
| unique_ptr(const this_type &)=delete | battery::unique_ptr< T, Allocator > | |
| ~unique_ptr() | battery::unique_ptr< T, Allocator > | inline |