Inflection
Morphology Inflection
Loading...
Searching...
No Matches
inflection_headers
inflection
dialog
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
17
class
INFLECTION_CLASS_API
inflection
::
dialog::CommonConceptFactoryProvider
18
:
public
virtual
::inflection::Object
19
{
20
public
:
26
virtual
const ::inflection::dialog::CommonConceptFactory*
getCommonConceptFactory
(const ::inflection::util::ULocale& locale) = 0;
30
~CommonConceptFactoryProvider
()
override
;
31
};
inflection::Object
Inflection's root object.
Definition
Object.hpp:14
inflection::dialog::CommonConceptFactoryProvider
Allows creation of CommonConceptFactory by specifying a locale.
Definition
CommonConceptFactoryProvider.hpp:19
inflection::dialog::CommonConceptFactoryProvider::getCommonConceptFactory
virtual const ::inflection::dialog::CommonConceptFactory * getCommonConceptFactory(const ::inflection::util::ULocale &locale)=0
inflection::dialog::CommonConceptFactoryProvider::~CommonConceptFactoryProvider
~CommonConceptFactoryProvider() override
inflection
The C++ namespace for Inflection.
Definition
fwd.hpp:11
Generated on Wed Sep 3 2025 15:31:47 for Inflection by
1.9.8