WPILibC++ 2024.3.2
basic_memory_buffer< T, SIZE, Allocator > Member List

This is the complete list of members for basic_memory_buffer< T, SIZE, Allocator >, including all inherited members.

append(const ContiguousRange &range)basic_memory_buffer< T, SIZE, Allocator >inline
detail::buffer::append(const U *begin, const U *end)detail::buffer< T >
basic_memory_buffer(const Allocator &alloc=Allocator())basic_memory_buffer< T, SIZE, Allocator >inlineexplicit
basic_memory_buffer(basic_memory_buffer &&other) noexceptbasic_memory_buffer< T, SIZE, Allocator >inline
begin() noexcept -> T *detail::buffer< T >inline
begin() const noexcept -> const T *detail::buffer< T >inline
buffer(size_t sz) noexceptdetail::buffer< T >inlineprotected
buffer(T *p=nullptr, size_t sz=0, size_t cap=0) noexceptdetail::buffer< T >inlineprotected
buffer(buffer &&)=defaultdetail::buffer< T >protected
buffer(const buffer &)=deletedetail::buffer< T >
capacity() const noexcept -> size_tdetail::buffer< T >inline
clear()detail::buffer< T >inline
const_reference typedefbasic_memory_buffer< T, SIZE, Allocator >
data() noexcept -> T *detail::buffer< T >inline
data() const noexcept -> const T *detail::buffer< T >inline
end() noexcept -> T *detail::buffer< T >inline
end() const noexcept -> const T *detail::buffer< T >inline
get_allocator() const -> Allocatorbasic_memory_buffer< T, SIZE, Allocator >inline
grow(size_t size) overridebasic_memory_buffer< T, SIZE, Allocator >inlineprotectedvirtual
operator=(basic_memory_buffer &&other) noexcept -> basic_memory_buffer &basic_memory_buffer< T, SIZE, Allocator >inline
detail::buffer::operator=(const buffer &)=deletedetail::buffer< T >
operator[](Idx index) -> T &detail::buffer< T >inline
operator[](Idx index) const -> const T &detail::buffer< T >inline
push_back(const T &value)detail::buffer< T >inline
reserve(size_t new_capacity)basic_memory_buffer< T, SIZE, Allocator >inline
resize(size_t count)basic_memory_buffer< T, SIZE, Allocator >inline
set(T *buf_data, size_t buf_capacity) noexceptdetail::buffer< T >inlineprotected
size() const noexcept -> size_tdetail::buffer< T >inline
try_reserve(size_t new_capacity)detail::buffer< T >inline
try_resize(size_t count)detail::buffer< T >inline
value_type typedefbasic_memory_buffer< T, SIZE, Allocator >
~basic_memory_buffer()basic_memory_buffer< T, SIZE, Allocator >inline
~buffer()=defaultdetail::buffer< T >protected