Inflection
Morphology Inflection
Loading...
Searching...
No Matches
CommonConceptFactoryProvider.hpp
1/*
2 * Copyright 2017-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/dialog/fwd.hpp>
7#include <inflection/util/fwd.hpp>
8#include <inflection/Object.hpp>
9
18 : public virtual ::inflection::Object
19{
20public:
26 virtual const ::inflection::dialog::CommonConceptFactory* getCommonConceptFactory(const ::inflection::util::ULocale& locale) = 0;
31};
Inflection's root object.
Definition Object.hpp:14
Allows creation of CommonConceptFactory by specifying a locale.
virtual const ::inflection::dialog::CommonConceptFactory * getCommonConceptFactory(const ::inflection::util::ULocale &locale)=0
The C++ namespace for Inflection.
Definition fwd.hpp:11