sac-format 0.6.0
C++20 SAC (Seismic Analysis Code) File Library
Loading...
Searching...
No Matches
sacfmt::read_spec Struct Reference

Struct that specifies parameters for reading. More...

#include <sac_format.hpp>

Public Attributes

size_t num_words {}
 Number of words to read.
 
size_t start_word {}
 Word to start reading from.
 

Detailed Description

Struct that specifies parameters for reading.

Prevents bug-prone number-swapping in functions that use a reading specification.

Member Data Documentation

◆ num_words

size_t sacfmt::read_spec::num_words {}

Number of words to read.

211{};

◆ start_word

size_t sacfmt::read_spec::start_word {}

Word to start reading from.

213{};

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