Inflection
Morphology Inflection
Loading...
Searching...
No Matches
Public Member Functions | List of all members
inflection::Object Class Reference

Inflection's root object. More...

#include <Object.hpp>

+ Inheritance diagram for inflection::Object:

Public Member Functions

virtual ::std::u16string toString () const
 
virtual ~Object ()
 

Detailed Description

Inflection's root object.

This class provides the most basic capabilities to classes in Inflection. Almost all other classes inherit from Object.

Definition at line 14 of file Object.hpp.

Constructor & Destructor Documentation

◆ ~Object()

virtual inflection::Object::~Object ( )
virtual

Destructor.

Member Function Documentation

◆ toString()

virtual ::std::u16string inflection::Object::toString ( ) const

Returns a string representation of the Object. Classes may override the default behavior, which is to print the typeid (class name) of the calling inheritor.

Returns
A string representation of the Object.

The documentation for this class was generated from the following file: