Member List

Member List#

stdgpu: Member List
stdgpu Latest
Efficient STL-like Data Structures on the GPU
stdgpu::deque< T, Allocator > Member List

This is the complete list of members for stdgpu::deque< T, Allocator >, including all inherited members.

allocator_type typedefstdgpu::deque< T, Allocator >
at(const index_type n)stdgpu::deque< T, Allocator >
at(const index_type n) conststdgpu::deque< T, Allocator >
back()stdgpu::deque< T, Allocator >
back() conststdgpu::deque< T, Allocator >
capacity() const noexceptstdgpu::deque< T, Allocator >
clear()stdgpu::deque< T, Allocator >
clear(ExecutionPolicy &&policy)stdgpu::deque< T, Allocator >
const_pointer typedefstdgpu::deque< T, Allocator >
const_reference typedefstdgpu::deque< T, Allocator >
createDeviceObject(const index_t &capacity, const Allocator &allocator=Allocator())stdgpu::deque< T, Allocator >static
createDeviceObject(ExecutionPolicy &&policy, const index_t &capacity, const Allocator &allocator=Allocator())stdgpu::deque< T, Allocator >static
data() const noexceptstdgpu::deque< T, Allocator >
data() noexceptstdgpu::deque< T, Allocator >
deque() noexcept=defaultstdgpu::deque< T, Allocator >
destroyDeviceObject(deque< T, Allocator > &device_object)stdgpu::deque< T, Allocator >static
destroyDeviceObject(ExecutionPolicy &&policy, deque< T, Allocator > &device_object)stdgpu::deque< T, Allocator >static
device_range()stdgpu::deque< T, Allocator >
device_range(ExecutionPolicy &&policy)stdgpu::deque< T, Allocator >
device_range() conststdgpu::deque< T, Allocator >
device_range(ExecutionPolicy &&policy) conststdgpu::deque< T, Allocator >
difference_type typedefstdgpu::deque< T, Allocator >
emplace_back(Args &&... args)stdgpu::deque< T, Allocator >
emplace_front(Args &&... args)stdgpu::deque< T, Allocator >
empty() conststdgpu::deque< T, Allocator >
front()stdgpu::deque< T, Allocator >
front() conststdgpu::deque< T, Allocator >
full() conststdgpu::deque< T, Allocator >
get_allocator() const noexceptstdgpu::deque< T, Allocator >
index_type typedefstdgpu::deque< T, Allocator >
max_size() const noexceptstdgpu::deque< T, Allocator >
operator[](const index_type n)stdgpu::deque< T, Allocator >
operator[](const index_type n) conststdgpu::deque< T, Allocator >
pointer typedefstdgpu::deque< T, Allocator >
pop_back()stdgpu::deque< T, Allocator >
pop_front()stdgpu::deque< T, Allocator >
push_back(const T &element)stdgpu::deque< T, Allocator >
push_front(const T &element)stdgpu::deque< T, Allocator >
reference typedefstdgpu::deque< T, Allocator >
shrink_to_fit()stdgpu::deque< T, Allocator >
size() conststdgpu::deque< T, Allocator >
valid() conststdgpu::deque< T, Allocator >
valid(ExecutionPolicy &&policy) conststdgpu::deque< T, Allocator >
value_type typedefstdgpu::deque< T, Allocator >