1 #ifndef Fireworks_Core_FWTypeToRepresentations_h 2 #define Fireworks_Core_FWTypeToRepresentations_h 45 void add( std::shared_ptr<FWRepresentationCheckerBase> iChecker);
54 mutable std::map<std::string, std::vector<FWRepresentationInfo> >
m_typeToReps;
55 std::vector<std::shared_ptr<FWRepresentationCheckerBase> >
m_checkers;
std::vector< std::shared_ptr< FWRepresentationCheckerBase > > m_checkers
virtual ~FWTypeToRepresentations()
const std::vector< FWRepresentationInfo > & representationsForType(const std::string &iTypeName) const
void insert(const FWTypeToRepresentations &)
void add(std::shared_ptr< FWRepresentationCheckerBase > iChecker)
std::map< std::string, std::vector< FWRepresentationInfo > > m_typeToReps
FWTypeToRepresentations()