void | AddBoundConcept(const BoundConceptKey& key, std::unique_ptr<BoundConcept>&& boundConcept) |
BoundConcept* | GetBoundConcept(const BoundConceptKey& key) const |
std::unordered_map<BoundConceptKey, BoundConcept*, BoundConceptKeyHash> | boundConceptMap |
std::vector<std::unique_ptr<BoundConcept>> | boundConcepts |