WPILibC++ 2024.3.2
|
This is the complete list of members for detail::counting_buffer< T >, including all inherited members.
append(const U *begin, const U *end) | detail::buffer< char > | |
begin() noexcept -> char * | detail::buffer< char > | inline |
begin() const noexcept -> const char * | detail::buffer< char > | inline |
buffer(size_t sz) noexcept | detail::buffer< char > | inlineprotected |
buffer(char *p=nullptr, size_t sz=0, size_t cap=0) noexcept | detail::buffer< char > | inlineprotected |
buffer(buffer &&)=default | detail::buffer< char > | protected |
buffer(const buffer &)=delete | detail::buffer< char > | |
capacity() const noexcept -> size_t | detail::buffer< char > | inline |
clear() | detail::buffer< char > | inline |
const_reference typedef | detail::buffer< char > | |
count() -> size_t | detail::counting_buffer< T > | inline |
counting_buffer() | detail::counting_buffer< T > | inline |
data() noexcept -> char * | detail::buffer< char > | inline |
data() const noexcept -> const char * | detail::buffer< char > | inline |
end() noexcept -> char * | detail::buffer< char > | inline |
end() const noexcept -> const char * | detail::buffer< char > | inline |
grow(size_t) override | detail::counting_buffer< T > | inlineprotectedvirtual |
operator=(const buffer &)=delete | detail::buffer< char > | |
operator[](Idx index) -> char & | detail::buffer< char > | inline |
operator[](Idx index) const -> const char & | detail::buffer< char > | inline |
push_back(const char &value) | detail::buffer< char > | inline |
set(char *buf_data, size_t buf_capacity) noexcept | detail::buffer< char > | inlineprotected |
size() const noexcept -> size_t | detail::buffer< char > | inline |
try_reserve(size_t new_capacity) | detail::buffer< char > | inline |
try_resize(size_t count) | detail::buffer< char > | inline |
value_type typedef | detail::buffer< char > | |
~buffer()=default | detail::buffer< char > | protected |