The top-level interface class.
By convention, every Interface subclass exposes a public static method called id()
, which returns the unique InterfaceID for that interface. This is required for the interface_cast<>
template to work with that interface.
Protected Member Functions | |
Interface () | |
~Interface () | |