Inflection
Morphology Inflection
Loading...
Searching...
No Matches
Object.hpp
1/*
2 * Copyright 2016-2024 Apple Inc. All rights reserved.
3 */
4#pragma once
5
6#include <inflection/fwd.hpp>
7#include <string>
8
14class INFLECTION_CLASS_API inflection::Object {
15public:
22 virtual ::std::u16string toString() const;
26 virtual ~Object();
27};
Inflection's root object.
Definition Object.hpp:14
virtual ::std::u16string toString() const
The C++ namespace for Inflection.
Definition fwd.hpp:11