#include <limits>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Macros | |
#define | FWCore_Utilities_ProductHolderIndex_h |
Typedefs | |
typedef unsigned int | edm::ProductHolderIndex |
Enumerations | |
enum | edm::ProductHolderIndexValues { edm::ProductHolderIndexValuesBit = 1U << 30, edm::ProductHolderIndexInvalid = std::numeric_limits<unsigned int>::max(), edm::ProductHolderIndexInitializing = std::numeric_limits<unsigned int>::max() - 1, edm::ProductHolderIndexAmbiguous = std::numeric_limits<unsigned int>::max() - 2 } |
#define FWCore_Utilities_ProductHolderIndex_h |