Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
#ifndef __GCCXML__
11
enum
ProductHolderIndexValues
{
12
13
// All values of the ProductHolderIndex in this enumeration should
14
// have this bit set to 1,
15
ProductHolderIndexValuesBit
= 1U << 30,
16
17
ProductHolderIndexInvalid
=
std::numeric_limits<unsigned int>::max
(),
18
ProductHolderIndexInitializing
=
std::numeric_limits<unsigned int>::max
() - 1,
19
ProductHolderIndexAmbiguous
=
std::numeric_limits<unsigned int>::max
() - 2
20
};
21
#endif
22
}
23
#endif
edm::ProductHolderIndex
unsigned int ProductHolderIndex
Definition:
ProductHolderIndex.h:8
edm::ProductHolderIndexValuesBit
Definition:
ProductHolderIndex.h:15
edm::ProductHolderIndexAmbiguous
Definition:
ProductHolderIndex.h:19
bookConverter.max
max
Definition:
bookConverter.py:166
edm::ProductHolderIndexInvalid
Definition:
ProductHolderIndex.h:17
edm::ProductHolderIndexInitializing
Definition:
ProductHolderIndex.h:18
edm::ProductHolderIndexValues
ProductHolderIndexValues
Definition:
ProductHolderIndex.h:11
Generated for CMSSW Reference Manual by
1.8.5