class Inti::Slot0

Name

class Inti::Slot0 -- 

Synopsis

class Inti::Slot0 is declared in the header inti/slot.h.

This is an abstract base class, and may not be instantiated.

Superclasses. Slot

Subclasses. BoundSlot0_1, FunctionSlot0, MethodSlot0

Class members

Public Virtual Methods.
virtual ReturnType invoke () const = 0

Public Methods.
ReturnType operator() () const

Protected Constructors.
Slot0 ()

Description

Public Virtual Methods

method Inti::Slot0::invoke

virtual ReturnType invoke () const = 0

Public Methods

method Inti::Slot0::operator()

ReturnType operator() () const

Protected Constructors

method Inti::Slot0::Slot0

Slot0 ()