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 
31 public:
32  FWSimpleRepresentationChecker(const std::string& iTypeidName,
33  const std::string& iPurpose,
34  unsigned int iBitPackedViews,
35  bool iRepresentsSubPart,
36  bool iRequiresFF = false);
38 
39  // ---------- const member functions ---------------------
40  FWRepresentationInfo infoFor(const std::string& iTypeName) const override;
41 
42  // ---------- static member functions --------------------
43 
44  // ---------- member functions ---------------------------
45  static bool inheritsFrom(const edm::TypeWithDict& iChild,
46  const std::string& iParentTypeName, unsigned int& distance);
47 
48 private:
49  FWSimpleRepresentationChecker(const FWSimpleRepresentationChecker&) = delete; // stop default
50 
51  const FWSimpleRepresentationChecker& operator=(const FWSimpleRepresentationChecker&) = delete; // stop default
52 
53  // ---------- member data --------------------------------
55 };
56 
57 #endif
const FWSimpleRepresentationChecker & operator=(const FWSimpleRepresentationChecker &)=delete
FWSimpleRepresentationChecker(const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false)
static bool inheritsFrom(const edm::TypeWithDict &iChild, const std::string &iParentTypeName, unsigned int &distance)
FWRepresentationInfo infoFor(const std::string &iTypeName) const override