#include <Fireworks/Core/interface/FWEDProductRepresentationChecker.h>
Public Member Functions | |
FWEDProductRepresentationChecker (const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false) | |
FWEDProductRepresentationChecker (const FWEDProductRepresentationChecker &)=delete | |
FWRepresentationInfo | infoFor (const std::string &iTypeName) const override |
const FWEDProductRepresentationChecker & | operator= (const FWEDProductRepresentationChecker &)=delete |
Public Member Functions inherited from FWRepresentationCheckerBase | |
unsigned int | bitPackedViews () const |
FWRepresentationCheckerBase (const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false) | |
FWRepresentationCheckerBase (const FWRepresentationCheckerBase &)=delete | |
const FWRepresentationCheckerBase & | operator= (const FWRepresentationCheckerBase &)=delete |
const std::string & | purpose () const |
bool | representsSubPart () const |
bool | requiresFF () const |
virtual | ~FWRepresentationCheckerBase () |
Private Attributes | |
const std::string | m_typeidName |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 29 of file FWEDProductRepresentationChecker.h.
FWEDProductRepresentationChecker::FWEDProductRepresentationChecker | ( | const std::string & | iTypeidName, |
const std::string & | iPurpose, | ||
unsigned int | iBitPackedViews, | ||
bool | iRepresentsSubPart, | ||
bool | iRequiresFF = false |
||
) |
Definition at line 31 of file FWEDProductRepresentationChecker.cc.
|
delete |
|
overridevirtual |
Implements FWRepresentationCheckerBase.
Definition at line 67 of file FWEDProductRepresentationChecker.cc.
References FWRepresentationCheckerBase::bitPackedViews(), m_typeidName, FWRepresentationCheckerBase::purpose(), FWRepresentationCheckerBase::representsSubPart(), and FWRepresentationCheckerBase::requiresFF().
|
delete |
|
private |
Definition at line 50 of file FWEDProductRepresentationChecker.h.
Referenced by infoFor().