|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
This is the complete list of members for tcspc::bucket< T >, including all inherited members.
| at(size_type pos) -> reference | tcspc::bucket< T > | inline |
| at(size_type pos) const -> const_reference | tcspc::bucket< T > | inline |
| back() -> reference | tcspc::bucket< T > | inline |
| back() const -> const_reference | tcspc::bucket< T > | inline |
| begin() noexcept -> iterator | tcspc::bucket< T > | inline |
| begin() const noexcept -> const_iterator | tcspc::bucket< T > | inline |
| bucket() noexcept=default | tcspc::bucket< T > | |
| bucket(std::span< T > span, S &&storage) | tcspc::bucket< T > | inlineexplicit |
| bucket(bucket const &other) | tcspc::bucket< T > | inline |
| bucket(bucket &&other) noexcept=default | tcspc::bucket< T > | |
| cbegin() const noexcept -> const_iterator | tcspc::bucket< T > | inline |
| cend() const noexcept -> const_iterator | tcspc::bucket< T > | inline |
| check_storage_type() const noexcept -> bool | tcspc::bucket< T > | inline |
| const_iterator typedef | tcspc::bucket< T > | |
| const_pointer typedef | tcspc::bucket< T > | |
| const_reference typedef | tcspc::bucket< T > | |
| const_reverse_iterator typedef | tcspc::bucket< T > | |
| crbegin() const noexcept -> const_reverse_iterator | tcspc::bucket< T > | inline |
| crend() const noexcept -> const_reverse_iterator | tcspc::bucket< T > | inline |
| data() noexcept -> pointer | tcspc::bucket< T > | inline |
| data() const noexcept -> const_pointer | tcspc::bucket< T > | inline |
| difference_type typedef | tcspc::bucket< T > | |
| element_type typedef | tcspc::bucket< T > | |
| empty() const noexcept -> bool | tcspc::bucket< T > | inline |
| end() noexcept -> iterator | tcspc::bucket< T > | inline |
| end() const noexcept -> const_iterator | tcspc::bucket< T > | inline |
| extract_storage() -> S | tcspc::bucket< T > | inline |
| first(size_type count) -> std::span< T > | tcspc::bucket< T > | inline |
| first(size_type count) const -> std::span< T const > | tcspc::bucket< T > | inline |
| front() -> reference | tcspc::bucket< T > | inline |
| front() const -> const_reference | tcspc::bucket< T > | inline |
| iterator typedef | tcspc::bucket< T > | |
| last(size_type count) -> std::span< T > | tcspc::bucket< T > | inline |
| last(size_type count) const -> std::span< T const > | tcspc::bucket< T > | inline |
| operator<<(std::ostream &stream, bucket const &bkt) -> std::ostream & | tcspc::bucket< T > | friend |
| operator=(bucket const &other) -> bucket & | tcspc::bucket< T > | inline |
| operator=(bucket &&other) noexcept -> bucket &=default | tcspc::bucket< T > | |
| operator==(bucket const &lhs, bucket const &rhs) -> bool | tcspc::bucket< T > | friend |
| operator[](size_type idx) -> reference | tcspc::bucket< T > | inline |
| operator[](size_type idx) const -> const_reference | tcspc::bucket< T > | inline |
| pointer typedef | tcspc::bucket< T > | |
| rbegin() noexcept -> reverse_iterator | tcspc::bucket< T > | inline |
| rbegin() const noexcept -> const_reverse_iterator | tcspc::bucket< T > | inline |
| reference typedef | tcspc::bucket< T > | |
| rend() noexcept -> reverse_iterator | tcspc::bucket< T > | inline |
| rend() const noexcept -> const_reverse_iterator | tcspc::bucket< T > | inline |
| reverse_iterator typedef | tcspc::bucket< T > | |
| shrink(std::size_t start, std::size_t count=std::dynamic_extent) | tcspc::bucket< T > | inline |
| size() const noexcept -> size_type | tcspc::bucket< T > | inline |
| size_bytes() const noexcept -> size_type | tcspc::bucket< T > | inline |
| size_type typedef | tcspc::bucket< T > | |
| storage() const -> S const & | tcspc::bucket< T > | inline |
| subspan(size_type offset, size_type count=std::dynamic_extent) -> std::span< T > | tcspc::bucket< T > | inline |
| subspan(size_type offset, size_type count=std::dynamic_extent) const -> std::span< T const > | tcspc::bucket< T > | inline |
| value_type typedef | tcspc::bucket< T > | |
| ~bucket()=default (defined in tcspc::bucket< T >) | tcspc::bucket< T > |