CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moduleAbilityEnums.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ModuleAbilityEnums_h
2 #define FWCore_Framework_ModuleAbilityEnums_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : ModuleAbilityEnums
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Tue, 07 May 2013 18:11:24 GMT
19 // $Id: moduleAbilityEnums.h,v 1.1 2013/05/17 14:49:43 chrjones Exp $
20 //
21 
22 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 namespace edm {
28  namespace module {
29  typedef unsigned char AbilitiesType;
30 
31  enum class Abilities {
34  kRunCache,
45  };
46 
47  namespace AbilityBits {
48  enum Bits {
60  };
61  }
62 
63  namespace AbilityToTransitions {
64  enum Bits {
67 
72 
77 
78  };
79  }
80  }
81 }
82 
83 
84 #endif
unsigned char AbilitiesType
Definition: vlib.h:209