class
#include <eckit/bases/Loader.h>
Loader
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
Public functions
- void execute() pure virtual
Function documentation
static size_t eckit:: Loader:: size()
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)())
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)() const)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P),
P)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P) const,
P)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P1, P2),
P1,
P2)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P&) const,
P&)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P&),
P&)
#include <eckit/container/ClassExtent.h>
static void eckit:: Loader:: callAll(void(T::*)(P1&, P2&),
P1&,
P2&)
#include <eckit/container/ClassExtent.h>