Base Framework
Public Member Functions | List of all members
Polymorphic Class Reference

Polymorphic object. More...

#include <base/Polymorphic.h>

Inherited by ArgumentParser::Argument, OrbConnection, OrbScheme, and XMLReader.

Public Member Functions

 Polymorphic () noexcept
 
virtual ~Polymorphic () noexcept
 

Detailed Description

Polymorphic object.

The base class of polymorphic objects. Objects are not copyable by default.

Version
1.0

Constructor & Destructor Documentation

◆ Polymorphic()

Polymorphic::Polymorphic ( )
inlinenoexcept

Initializes object.

◆ ~Polymorphic()

virtual Polymorphic::~Polymorphic ( )
virtualnoexcept

Destroys the object.