Chombo + EB  3.2
Public Types | Public Member Functions | Private Attributes | List of all members
Callbacks Class Reference

#include <Callbacks.H>

Public Types

typedef void(* PVF) ()
 

Public Member Functions

void add (PVF f)
 
void run () const
 

Private Attributes

std::vector< PVFm_funcPointers
 

Member Typedef Documentation

◆ PVF

typedef void(* Callbacks::PVF) ()

Member Function Documentation

◆ add()

void Callbacks::add ( PVF  f)

◆ run()

void Callbacks::run ( ) const

Member Data Documentation

◆ m_funcPointers

std::vector<PVF> Callbacks::m_funcPointers
private

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