ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::SpectrumListCache::CacheEntry Struct Reference

a cache mapping spectrum indices to SpectrumPtrs More...

#include <SpectrumListCache.hpp>

Public Member Functions

 CacheEntry (size_t i, SpectrumPtr s)
 

Public Attributes

size_t index
 
SpectrumPtr spectrum
 

Detailed Description

a cache mapping spectrum indices to SpectrumPtrs

Definition at line 42 of file SpectrumListCache.hpp.

Constructor & Destructor Documentation

§ CacheEntry()

pwiz::msdata::SpectrumListCache::CacheEntry::CacheEntry ( size_t  i,
SpectrumPtr  s 
)
inline

Definition at line 42 of file SpectrumListCache.hpp.

Member Data Documentation

§ index

size_t pwiz::msdata::SpectrumListCache::CacheEntry::index

Definition at line 42 of file SpectrumListCache.hpp.

§ spectrum

SpectrumPtr pwiz::msdata::SpectrumListCache::CacheEntry::spectrum

Definition at line 42 of file SpectrumListCache.hpp.


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