|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Objects producing a series of tcspc::bucket instances to carry data.
Classes | |
| struct | tcspc::bucket_source< T > |
| Abstract base class for polymorphic bucket sources. More... | |
| class | tcspc::new_delete_bucket_source< T > |
| Bucket source using regular memory allocation. More... | |
| class | tcspc::recycling_bucket_source< T, Blocking, ClearRecycled > |
| Bucket source that reuses storage. More... | |
| class | tcspc::sharable_new_delete_bucket_source< T > |
| Sharable bucket source using regular memory allocation. More... | |
| class | tcspc::sharable_recycling_bucket_source< T, Blocking, ClearRecycled > |
| Sharable bucket source that reuses storage. More... | |
| class | tcspc::test_bucket_source< T > |
| Bucket source wrapper for unit testing. More... | |