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

Interface. More...

#include <base/Interface.h>

Public Member Functions

 Interface () noexcept
 
virtual ~Interface () noexcept
 

Detailed Description

Interface.

The base class of interfaces.

Version
1.0

Constructor & Destructor Documentation

◆ Interface()

Interface::Interface ( )
inlinenoexcept

Initializes the interface.

◆ ~Interface()

virtual Interface::~Interface ( )
virtualnoexcept

Destroys the interface.