128        DLL_IMPORT_OR_EXPORT 
bool isChildOf(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind child, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind parent) 
const;
 
  137        DLL_IMPORT_OR_EXPORT 
bool isAbstract(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind resqmlStandardPropertyKindName) 
const;
 
  141        COMMON_NS::DataObjectRepository * dataObjRepo;
 
  148            std::size_t operator()(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind 
const& propKind) 
const noexcept 
  150                return std::hash<std::underlying_type<gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind>::type>()(
static_cast<std::underlying_type<gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind>::type
>(propKind));
 
  155        std::unordered_map<gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind, gsoap_resqml2_0_1::ptm__standardEnergisticsPropertyType*, MyHash> resqmlStandardPropertyKindNameToApplicationPropertyKindName;
 
  161        std::unordered_map<std::string, std::unordered_map<std::string, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind> > applicationPropertyKindNameToResqmlStandardPropertyKindName;
 
  164        std::unordered_map<std::string, std::unordered_map<std::string, std::string> > resqmlLocalPropertyKindUuidToApplicationPropertyKindName;
 
  166        std::unordered_map<std::string, std::unordered_map<std::string, std::string> > applicationPropertyKindNameToResqmlLocalPropertyKindUuid;
 
  169        std::unordered_map<std::string, gsoap_resqml2_0_1::_resqml20__PropertyKind*> resqmlLocalPropertyKindUuidToResqmlLocalPropertyKind;