WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::container_buffer< Container > Member List

This is the complete list of members for detail::container_buffer< Container >, including all inherited members.

append(const U *begin, const U *end)detail::buffer< Container::value_type >inline
begin() noexcept -> Container::value_type *detail::buffer< Container::value_type >inline
begin() const noexcept -> const Container::value_type *detail::buffer< Container::value_type >inline
buffer(grow_fun grow, size_t sz) noexceptdetail::buffer< Container::value_type >inlineprotected
buffer(grow_fun grow, Container::value_type *p=nullptr, size_t sz=0, size_t cap=0) noexceptdetail::buffer< Container::value_type >inlineprotected
buffer(buffer &&)=defaultdetail::buffer< Container::value_type >protected
buffer(const buffer &)=deletedetail::buffer< Container::value_type >
capacity() const noexcept -> size_tdetail::buffer< Container::value_type >inline
clear()detail::buffer< Container::value_type >inline
const_reference typedefdetail::buffer< Container::value_type >
containerdetail::container_buffer< Container >
container_buffer(Container &c)detail::container_buffer< Container >inlineexplicit
data() noexcept -> Container::value_type *detail::buffer< Container::value_type >inline
data() const noexcept -> const Container::value_type *detail::buffer< Container::value_type >inline
end() noexcept -> Container::value_type *detail::buffer< Container::value_type >inline
end() const noexcept -> const Container::value_type *detail::buffer< Container::value_type >inline
operator=(const buffer &)=deletedetail::buffer< Container::value_type >
operator[](Idx index) -> Container::value_type &detail::buffer< Container::value_type >inline
operator[](Idx index) const -> const Container::value_type &detail::buffer< Container::value_type >inline
push_back(const Container::value_type &value)detail::buffer< Container::value_type >inline
set(Container::value_type *buf_data, size_t buf_capacity) noexceptdetail::buffer< Container::value_type >inlineprotected
size() const noexcept -> size_tdetail::buffer< Container::value_type >inline
try_reserve(size_t new_capacity)detail::buffer< Container::value_type >inline
try_resize(size_t count)detail::buffer< Container::value_type >inline
~buffer()=defaultdetail::buffer< Container::value_type >protected