allocator_type typedef | stdgpu::vector< T, Allocator > | |
at(const index_type n) | stdgpu::vector< T, Allocator > | |
at(const index_type n) const | stdgpu::vector< T, Allocator > | |
back() | stdgpu::vector< T, Allocator > | |
back() const | stdgpu::vector< T, Allocator > | |
capacity() const noexcept | stdgpu::vector< T, Allocator > | |
clear() | stdgpu::vector< T, Allocator > | |
clear(ExecutionPolicy &&policy) | stdgpu::vector< T, Allocator > | |
const_pointer typedef | stdgpu::vector< T, Allocator > | |
const_reference typedef | stdgpu::vector< T, Allocator > | |
createDeviceObject(const index_t &capacity, const Allocator &allocator=Allocator()) | stdgpu::vector< T, Allocator > | static |
createDeviceObject(ExecutionPolicy &&policy, const index_t &capacity, const Allocator &allocator=Allocator()) | stdgpu::vector< T, Allocator > | static |
data() const noexcept | stdgpu::vector< T, Allocator > | |
data() noexcept | stdgpu::vector< T, Allocator > | |
destroyDeviceObject(vector< T, Allocator > &device_object) | stdgpu::vector< T, Allocator > | static |
destroyDeviceObject(ExecutionPolicy &&policy, vector< T, Allocator > &device_object) | stdgpu::vector< T, Allocator > | static |
device_begin() | stdgpu::vector< T, Allocator > | |
device_begin() const | stdgpu::vector< T, Allocator > | |
device_cbegin() const | stdgpu::vector< T, Allocator > | |
device_cend() const | stdgpu::vector< T, Allocator > | |
device_end() | stdgpu::vector< T, Allocator > | |
device_end() const | stdgpu::vector< T, Allocator > | |
device_range() | stdgpu::vector< T, Allocator > | |
device_range() const | stdgpu::vector< T, Allocator > | |
difference_type typedef | stdgpu::vector< T, Allocator > | |
emplace_back(Args &&... args) | stdgpu::vector< T, Allocator > | |
empty() const | stdgpu::vector< T, Allocator > | |
erase(device_ptr< const T > begin, device_ptr< const T > end) | stdgpu::vector< T, Allocator > | |
erase(ExecutionPolicy &&policy, device_ptr< const T > begin, device_ptr< const T > end) | stdgpu::vector< T, Allocator > | |
front() | stdgpu::vector< T, Allocator > | |
front() const | stdgpu::vector< T, Allocator > | |
full() const | stdgpu::vector< T, Allocator > | |
get_allocator() const noexcept | stdgpu::vector< T, Allocator > | |
index_type typedef | stdgpu::vector< T, Allocator > | |
insert(device_ptr< const T > position, ValueIterator begin, ValueIterator end) | stdgpu::vector< T, Allocator > | |
insert(ExecutionPolicy &&policy, device_ptr< const T > position, ValueIterator begin, ValueIterator end) | stdgpu::vector< T, Allocator > | |
max_size() const noexcept | stdgpu::vector< T, Allocator > | |
operator[](const index_type n) | stdgpu::vector< T, Allocator > | |
operator[](const index_type n) const | stdgpu::vector< T, Allocator > | |
pointer typedef | stdgpu::vector< T, Allocator > | |
pop_back() | stdgpu::vector< T, Allocator > | |
push_back(const T &element) | stdgpu::vector< T, Allocator > | |
reference typedef | stdgpu::vector< T, Allocator > | |
shrink_to_fit() | stdgpu::vector< T, Allocator > | |
size() const | stdgpu::vector< T, Allocator > | |
valid() const | stdgpu::vector< T, Allocator > | |
valid(ExecutionPolicy &&policy) const | stdgpu::vector< T, Allocator > | |
value_type typedef | stdgpu::vector< T, Allocator > | |
vector()=default | stdgpu::vector< T, Allocator > | |