Searched refs:strategyMap_ (Results 1 – 1 of 1) sorted by relevance
29 const std::map<std::string, std::shared_ptr<IBaseStrategy>> strategyMap_ { variable65 auto strategy = strategyMap_.find(item); in RegisterPolicy()66 if (strategy == strategyMap_.end()) { in RegisterPolicy()