Inflection
Morphology Inflection
Loading...
Searching...
No Matches
fwd.hpp
1/*
2 * Copyright 2016-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/api.h>
7// INFLECTION_CLASS_API
8
9namespace inflection
10{
12 namespace resources
13 {
15 class DataResource;
16 } // resources
17} // inflection
Provides registration capabilities for registering data for Inflection to utilize.
The C++ namespace for Inflection.
Definition fwd.hpp:11