Cuda battery library
Loading...
Searching...
No Matches
battery::vector< T, Allocator > Member List

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

allocator_type typedefbattery::vector< T, Allocator >
back()battery::vector< T, Allocator >inline
back() constbattery::vector< T, Allocator >inline
capacity() constbattery::vector< T, Allocator >inline
clear()battery::vector< T, Allocator >inline
data()battery::vector< T, Allocator >inline
data() constbattery::vector< T, Allocator >inline
emplace_back(Args &&... args)battery::vector< T, Allocator >inline
empty() constbattery::vector< T, Allocator >inline
front()battery::vector< T, Allocator >inline
front() constbattery::vector< T, Allocator >inline
get_allocator() constbattery::vector< T, Allocator >inline
operator=(this_type &&other)battery::vector< T, Allocator >inline
operator=(const this_type &other)battery::vector< T, Allocator >inline
operator=(const vector< U, Allocator2 > &other)battery::vector< T, Allocator >inline
operator[](size_t i)battery::vector< T, Allocator >inline
operator[](size_t i) constbattery::vector< T, Allocator >inline
pop_back()battery::vector< T, Allocator >inline
print() constbattery::vector< T, Allocator >inline
push_back(const T &value)battery::vector< T, Allocator >inline
push_back(T &&value)battery::vector< T, Allocator >inline
reserve(size_t new_cap)battery::vector< T, Allocator >inline
resize(size_t count)battery::vector< T, Allocator >inline
shrink_to_fit()battery::vector< T, Allocator >inline
size() constbattery::vector< T, Allocator >inline
swap(this_type &other)battery::vector< T, Allocator >inline
this_type typedefbattery::vector< T, Allocator >
value_type typedefbattery::vector< T, Allocator >
vector classbattery::vector< T, Allocator >friend
vector(size_t n, const allocator_type &alloc=allocator_type())battery::vector< T, Allocator >inline
vector(const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
vector(const U *from, size_t n, const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
vector(const vector< U, Allocator2 > &from, const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
vector(const vector< U, allocator_type > &from)battery::vector< T, Allocator >inline
vector(const this_type &from)battery::vector< T, Allocator >inline
vector(size_t n, const U &from, const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
vector(this_type &&other)battery::vector< T, Allocator >inline
vector(std::initializer_list< T > init, const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
vector(const std::vector< U, Alloc2 > &other, const allocator_type &alloc=allocator_type{})battery::vector< T, Allocator >inline
~vector()battery::vector< T, Allocator >inline