Inflection
Morphology Inflection
Loading...
Searching...
No Matches
inflection_headers
inflection
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
14
class
INFLECTION_CLASS_API
inflection
::
Object
{
15
public
:
22
virtual ::std::u16string
toString
()
const
;
26
virtual
~Object
();
27
};
inflection::Object
Inflection's root object.
Definition
Object.hpp:14
inflection::Object::~Object
virtual ~Object()
inflection::Object::toString
virtual ::std::u16string toString() const
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