eckit::Loader class

Base classes

template<class T>
class ClassExtent<Loader>

Public static functions

static auto size() -> size_t
static void callAll(void(T::*)())
static void callAll(void(T::*)() const)
static void callAll(void(T::*)(P), P)
static void callAll(void(T::*)(P) const, P)
static void callAll(void(T::*)(P1, P2), P1, P2)
static void callAll(void(T::*)(P&) const, P&)
static void callAll(void(T::*)(P&), P&)
static void callAll(void(T::*)(P1&, P2&), P1&, P2&)

Constructors, destructors, conversion operators

Loader()
~Loader() virtual

Public functions

void execute() pure virtual

Function documentation

static size_t eckit::Loader::size()

static void eckit::Loader::callAll(void(T::*)())

static void eckit::Loader::callAll(void(T::*)() const)

static void eckit::Loader::callAll(void(T::*)(P), P)

static void eckit::Loader::callAll(void(T::*)(P) const, P)

static void eckit::Loader::callAll(void(T::*)(P1, P2), P1, P2)

static void eckit::Loader::callAll(void(T::*)(P&) const, P&)

static void eckit::Loader::callAll(void(T::*)(P&), P&)

static void eckit::Loader::callAll(void(T::*)(P1&, P2&), P1&, P2&)