Lines Matching refs:ContextFactory
22 class ContextFactory {
37 ContextFactory::ContextType type() const { return fType; }
44 friend class ContextFactory; // for ctor
46 ContextInfo(ContextFactory::ContextType type,
55 ContextFactory() = default;
56 ContextFactory(const ContextFactory&) = delete;
57 ContextFactory& operator=(const ContextFactory&) = delete;
59 ~ContextFactory() = default;