Functions | |
constexpr ProductStatus | present () noexcept |
constexpr ProductStatus | neverCreated () noexcept |
constexpr ProductStatus | dropped () noexcept |
constexpr ProductStatus | unknown () noexcept |
constexpr ProductStatus | uninitialized () noexcept |
constexpr bool | present (ProductStatus const status) noexcept |
constexpr bool | neverCreated (ProductStatus const status) noexcept |
constexpr bool | dropped (ProductStatus const status) noexcept |
constexpr bool | unknown (ProductStatus const status) noexcept |
constexpr bool | uninitialized (ProductStatus const status) noexcept |
|
noexcept |
Definition at line 20 of file ProductStatus.h.
Referenced by dropped().
|
noexcept |
Definition at line 46 of file ProductStatus.h.
References dropped(), and fabricate::status.
|
noexcept |
Definition at line 15 of file ProductStatus.h.
Referenced by neverCreated().
|
noexcept |
Definition at line 41 of file ProductStatus.h.
References neverCreated(), and fabricate::status.
|
noexcept |
Definition at line 10 of file ProductStatus.h.
Referenced by art::Provenance::isPresent(), art::Wrapper< T >::isPresent_(), present(), art::FileDumperOutput::printPrincipal(), art::SamplingInput::putSampledProductsInto_(), art::rangeSetFor(), art::SamplingInput::readRun(), and art::SamplingInput::readSubRun().
|
noexcept |
Definition at line 36 of file ProductStatus.h.
References present(), and fabricate::status.
|
noexcept |
Definition at line 30 of file ProductStatus.h.
Referenced by uninitialized().
|
noexcept |
Definition at line 56 of file ProductStatus.h.
References fabricate::status, and uninitialized().
|
noexcept |
Definition at line 25 of file ProductStatus.h.
Referenced by unknown().
|
noexcept |
Definition at line 51 of file ProductStatus.h.
References fabricate::status, and unknown().