Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
interface
ProductHolderIndex.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_ProductHolderIndex_h
2
#define FWCore_Utilities_ProductHolderIndex_h
3
4
#include <limits>
5
6
namespace
edm {
7
8
typedef
unsigned
int
ProductHolderIndex
;
9
10
enum
ProductHolderIndexValues
{
11
12
// All values of the ProductHolderIndex in this enumeration should
13
// have this bit set to 1,
14
ProductHolderIndexValuesBit
= 1U << 30,
15
16
ProductHolderIndexInvalid
=
std::numeric_limits<unsigned int>::max
(),
17
ProductHolderIndexInitializing
=
std::numeric_limits<unsigned int>::max
() - 1,
18
ProductHolderIndexAmbiguous
=
std::numeric_limits<unsigned int>::max
() - 2
19
};
20
}
21
#endif
edm::ProductHolderIndex
unsigned int ProductHolderIndex
Definition:
ProductHolderIndex.h:8
edm::ProductHolderIndexValuesBit
Definition:
ProductHolderIndex.h:14
edm::ProductHolderIndexAmbiguous
Definition:
ProductHolderIndex.h:18
bookConverter.max
max
Definition:
bookConverter.py:166
edm::ProductHolderIndexInvalid
Definition:
ProductHolderIndex.h:16
edm::ProductHolderIndexInitializing
Definition:
ProductHolderIndex.h:17
edm::ProductHolderIndexValues
ProductHolderIndexValues
Definition:
ProductHolderIndex.h:10
Generated for CMSSW Reference Manual by
1.8.5