libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::test_bucket_source< T > Member List

This is the complete list of members for tcspc::test_bucket_source< T >, including all inherited members.

bucket_count() const noexcept -> std::size_ttcspc::test_bucket_source< T >inline
bucket_of_size(std::size_t size) -> bucket< T > overridetcspc::test_bucket_source< T >inlinevirtual
create(std::shared_ptr< bucket_source< T > > backing_source, T fill_value) -> std::shared_ptr< test_bucket_source< T > >tcspc::test_bucket_source< T >inlinestatic
shared_view_of(bucket< T > const &bkt) -> bucket< T const > overridetcspc::test_bucket_source< T >inlinevirtual
supports_shared_views() const noexcept -> bool overridetcspc::test_bucket_source< T >inlinevirtual
~bucket_source()=default (defined in tcspc::bucket_source< T >)tcspc::bucket_source< T >virtual