VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Interface Class Reference
+ Inheritance diagram for Interface:

Public Member Functions

virtual ~Interface () noexcept
 
 Interface ()=default
 
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 

Constructor & Destructor Documentation

virtual ~Interface ( )
inlinevirtualnoexcept
Interface ( )
default
Interface ( const Interface )
delete
Interface ( Interface &&  )
delete

Member Function Documentation

const auto dynamicCast ( ) const
inline
auto dynamicCast ( )
inline
Interface& operator= ( const Interface )
delete
Interface& operator= ( Interface &&  )
delete

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