ARTS 2.5.11 (git: 725533f0)
CallbackFunction Struct Reference

#include <callback.h>

Inheritance diagram for CallbackFunction:

Public Member Functions

 CallbackFunction ()
 
 CallbackFunction (std::function< void(Workspace &)> x)
 

Friends

std::ostream & operator<< (std::ostream &os, const CallbackFunction &)
 

Detailed Description

Definition at line 9 of file callback.h.

Constructor & Destructor Documentation

◆ CallbackFunction() [1/2]

CallbackFunction::CallbackFunction ( )

Definition at line 3 of file callback.cc.

◆ CallbackFunction() [2/2]

CallbackFunction::CallbackFunction ( std::function< void(Workspace &)>  x)

Definition at line 6 of file callback.cc.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const CallbackFunction  
)
friend

Definition at line 9 of file callback.cc.


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