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

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

bucket_of_size(std::size_t size) -> bucket< T > overridetcspc::recycling_bucket_source< T, Blocking, ClearRecycled >inlinevirtual
create(arg::max_bucket_count<> max_bucket_count=arg::max_bucket_count{std::numeric_limits< std::size_t >::max()}, arg::max_recycled_size<> max_recycled_size=arg::max_recycled_size<>{ 0}) -> std::shared_ptr< bucket_source< T > >tcspc::recycling_bucket_source< T, Blocking, ClearRecycled >inlinestatic
shared_view_of(bucket< T > const &bkt) -> bucket< T const >tcspc::bucket_source< T >inlinevirtual
supports_shared_views() const noexcept -> booltcspc::bucket_source< T >inlinevirtual
~bucket_source()=default (defined in tcspc::bucket_source< T >)tcspc::bucket_source< T >virtual