CMS 3D CMS Logo

FWSimpleRepresentationChecker.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWSimpleRepresentationChecker_h
2 #define Fireworks_Core_FWSimpleRepresentationChecker_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWSimpleRepresentationChecker
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Tue Nov 25 10:54:22 EST 2008
19 //
20 
21 // system include files
23 
24 // user include files
26 
27 // forward declarations
28 
30 public:
31  FWSimpleRepresentationChecker(const std::string& iTypeidName,
32  const std::string& iPurpose,
33  unsigned int iBitPackedViews,
34  bool iRepresentsSubPart,
35  bool iRequiresFF = false);
37 
38  // ---------- const member functions ---------------------
39  FWRepresentationInfo infoFor(const std::string& iTypeName) const override;
40 
41  // ---------- static member functions --------------------
42 
43  // ---------- member functions ---------------------------
44  static bool inheritsFrom(const edm::TypeWithDict& iChild, const std::string& iParentTypeName, unsigned int& distance);
45 
46 private:
47  FWSimpleRepresentationChecker(const FWSimpleRepresentationChecker&) = delete; // stop default
48 
49  const FWSimpleRepresentationChecker& operator=(const FWSimpleRepresentationChecker&) = delete; // stop default
50 
51  // ---------- member data --------------------------------
53 };
54 
55 #endif
FWSimpleRepresentationChecker::m_typeidName
const std::string m_typeidName
Definition: FWSimpleRepresentationChecker.h:52
FWSimpleRepresentationChecker
Definition: FWSimpleRepresentationChecker.h:29
TypeWithDict.h
FWSimpleRepresentationChecker::inheritsFrom
static bool inheritsFrom(const edm::TypeWithDict &iChild, const std::string &iParentTypeName, unsigned int &distance)
Definition: FWSimpleRepresentationChecker.cc:71
FWRepresentationCheckerBase.h
FWSimpleRepresentationChecker::FWSimpleRepresentationChecker
FWSimpleRepresentationChecker(const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false)
Definition: FWSimpleRepresentationChecker.cc:37
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::TypeWithDict
Definition: TypeWithDict.h:38
FWRepresentationInfo
Definition: FWRepresentationInfo.h:28
FWSimpleRepresentationChecker::~FWSimpleRepresentationChecker
~FWSimpleRepresentationChecker() override
Definition: FWSimpleRepresentationChecker.cc:50
FWSimpleRepresentationChecker::operator=
const FWSimpleRepresentationChecker & operator=(const FWSimpleRepresentationChecker &)=delete
FWRepresentationCheckerBase
Definition: FWRepresentationCheckerBase.h:28
HLT_FULL_cff.distance
distance
Definition: HLT_FULL_cff.py:7733
FWSimpleRepresentationChecker::infoFor
FWRepresentationInfo infoFor(const std::string &iTypeName) const override
Definition: FWSimpleRepresentationChecker.cc:97