This is the complete list of members for raft_proto::buffer< T >, including all inherited members.
| buffer() | raft_proto::buffer< T > | inline |
| buffer(index_type size, device_type mem_type=device_type::cpu, int device=0, cuda_stream stream=0) | raft_proto::buffer< T > | inline |
| buffer(T *input_data, index_type size, device_type mem_type=device_type::cpu, int device=0) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > const &other, device_type mem_type, int device=0, cuda_stream stream=cuda_stream{}) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > const &other, cuda_stream stream=cuda_stream{}) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > &&other, device_type mem_type, int device, cuda_stream stream) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > &&other, device_type mem_type, int device) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > &&other, device_type mem_type) | raft_proto::buffer< T > | inline |
| buffer(buffer< T > &&other) noexcept | raft_proto::buffer< T > | inline |
| buffer(iter_t const &begin, iter_t const &end) | raft_proto::buffer< T > | inline |
| buffer(iter_t const &begin, iter_t const &end, device_type mem_type) | raft_proto::buffer< T > | inline |
| buffer(iter_t const &begin, iter_t const &end, device_type mem_type, int device, cuda_stream stream=cuda_stream{}) | raft_proto::buffer< T > | inline |
| data() const noexcept | raft_proto::buffer< T > | inline |
| data_store typedef | raft_proto::buffer< T > | |
| device() const noexcept | raft_proto::buffer< T > | inline |
| device_index() const noexcept | raft_proto::buffer< T > | inline |
| index_type typedef | raft_proto::buffer< T > | |
| memory_type() const noexcept | raft_proto::buffer< T > | inline |
| operator=(buffer< T > const &other) | raft_proto::buffer< T > | inline |
| operator=(buffer< T > &&other) noexcept | raft_proto::buffer< T > | inline |
| size() const noexcept | raft_proto::buffer< T > | inline |
| swap(buffer< T > &first, buffer< T > &second) | raft_proto::buffer< T > | friend |
| value_type typedef | raft_proto::buffer< T > | |
| ~buffer()=default | raft_proto::buffer< T > |