Lumiera  0.pre.03
»edit your freedom«
JobFunctor Class Reference

#include "vault/gear/job.h"

Description

Todo:
refactoring 4/23 – will replace JobClosure

Definition at line 212 of file job.h.

Public Member Functions

virtual ~JobFunctor ()
 this is an interface More...
 
virtual std::string diagnostic () const
 
 operator std::string () const
 

Additional Inherited Members

- Private Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 

Constructor & Destructor Documentation

◆ ~JobFunctor()

~JobFunctor ( )
virtual

this is an interface

emit the VTable for JobFunctor within this compilation unit, which is still part of the Vault.

The actual job implementation classes are defined in the Steam-Layer

Definition at line 70 of file job.cpp.

+ Inheritance diagram for JobFunctor:
+ Collaboration diagram for JobFunctor:

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