Inflection
Morphology Inflection
Loading...
Searching...
No Matches
fwd.hpp
1/*
2 * Copyright 2017-2024 Apple Inc. All rights reserved.
3 */
4// Forward declarations for inflection.dictionary.metadata
5#pragma once
6
7#include <inflection/api.h>
8// INFLECTION_CLASS_API
9
10namespace inflection
11{
12 namespace dictionary
13 {
15 namespace metadata
16 {
18 class CharsetConverter;
19 template <typename T>
20 class MarisaTrie;
21 template <typename T>
22 class CompressedArray;
23 template <typename T>
24 class MarisaTrieIterator;
25 class StringArrayContainer;
26 class StringContainer;
28 } // metadata
29 } // dictionary
30} // inflection
31
The C++ namespace for Inflection.
Definition fwd.hpp:11