Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::GaugeSampleBufferImpl< T > Class Template Reference

#include <sampling_impl.h>

Inheritance diagram for Realm::GaugeSampleBufferImpl< T >:
Collaboration diagram for Realm::GaugeSampleBufferImpl< T >:

Public Member Functions

 GaugeSampleBufferImpl (int _sampler_id, size_t _reserve)
 
virtual void write_data (int fd)
 
- Public Member Functions inherited from Realm::GaugeSampleBuffer
 GaugeSampleBuffer (int _sampler_id)
 
virtual ~GaugeSampleBuffer (void)
 

Public Attributes

std::vector< typename T::Sample > samples
 
std::vector< unsigned short > run_lengths
 
- Public Attributes inherited from Realm::GaugeSampleBuffer
int sampler_id
 
int compressed_len
 
int first_sample
 
int last_sample
 

Constructor & Destructor Documentation

◆ GaugeSampleBufferImpl()

template<typename T >
Realm::GaugeSampleBufferImpl< T >::GaugeSampleBufferImpl ( int  _sampler_id,
size_t  _reserve 
)

Member Function Documentation

◆ write_data()

template<typename T >
virtual void Realm::GaugeSampleBufferImpl< T >::write_data ( int  fd)
virtual

Member Data Documentation

◆ run_lengths

template<typename T >
std::vector<unsigned short> Realm::GaugeSampleBufferImpl< T >::run_lengths

◆ samples

template<typename T >
std::vector<typename T::Sample> Realm::GaugeSampleBufferImpl< T >::samples

The documentation for this class was generated from the following file: