ProteoWizard
Public Attributes | List of all members
pwiz::data::Index::Entry Struct Reference

generic type identifying an indexed item by string id, ordinal index, and stream offset More...

#include <Index.hpp>

Public Attributes

std::string id
 
boost::uint64_t index
 
stream_offset offset
 

Detailed Description

generic type identifying an indexed item by string id, ordinal index, and stream offset

Definition at line 46 of file Index.hpp.

Member Data Documentation

§ id

std::string pwiz::data::Index::Entry::id

Definition at line 48 of file Index.hpp.

Referenced by test(), and testThreadSafety().

§ index

boost::uint64_t pwiz::data::Index::Entry::index

Definition at line 49 of file Index.hpp.

Referenced by test(), and testThreadSafety().

§ offset

stream_offset pwiz::data::Index::Entry::offset

Definition at line 50 of file Index.hpp.

Referenced by test(), and testThreadSafety().


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