![]() |
OpenMS
|
Packed boolean flags for transitions Reduces memory from 4 bytes (4 separate bools) to 1 byte. More...
#include <OpenMS/OPENSWATHALGO/DATAACCESS/TransitionExperiment.h>
Public Member Functions | |
| TransitionFlags () | |
Public Attributes | |
| uint8_t | decoy: 1 |
| uint8_t | detecting: 1 |
| uint8_t | quantifying: 1 |
| uint8_t | identifying: 1 |
| uint8_t | reserved: 4 |
Packed boolean flags for transitions Reduces memory from 4 bytes (4 separate bools) to 1 byte.
|
inline |
| uint8_t decoy |
Referenced by LightTransition::getDecoy(), and LightTransition::setDecoy().
| uint8_t detecting |
Referenced by LightTransition::isDetectingTransition(), and LightTransition::setDetectingTransition().
| uint8_t identifying |
| uint8_t quantifying |
| uint8_t reserved |