20#ifndef _MBSIM_OBJECTFACTORY_IMPL_H_
21#define _MBSIM_OBJECTFACTORY_IMPL_H_
23#include "objectfactory.h"
28template<
class EnumType>
29std::map<MBXMLUtils::FQN, std::reference_wrapper<const EnumType>>& EnumFactory<EnumType>::regmap() {
30 static std::map<MBXMLUtils::FQN, std::reference_wrapper<const EnumType>> reg_;
namespace MBSim
Definition: bilateral_constraint.cc:30