Inflection
Morphology Inflection
Loading...
Searching...
No Matches
MF2Factory.hpp
1/*
2 * Copyright 2025 Unicode Incorporated and others. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/message2/fwd.hpp>
7// INFLECTION_CLASS_API
8
9#include <unicode/uversion.h>
10#include <unicode/messageformat2_function_registry.h>
11
58class INFLECTION_CLASS_API inflection::message2::MF2Factory {
59 public:
66 static icu::message2::FormatterFactory* CreateFormatterFactory();
67
74 static icu::message2::SelectorFactory* CreateSelectorFactory();
75};
The MF2Factory provide factory method to create custom formatter and selector factory to work with ic...
static icu::message2::FormatterFactory * CreateFormatterFactory()
static icu::message2::SelectorFactory * CreateSelectorFactory()
The C++ namespace for Inflection.
Definition fwd.hpp:11