hpx/runtime_distributed/applier_fwd.hpp#

Defined in header hpx/runtime_distributed/applier_fwd.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace applier

Functions

applier &get_applier()#

The function get_applier returns a reference to the (thread specific) applier instance.

applier *get_applier_ptr()#

The function get_applier returns a pointer to the (thread specific) applier instance. The returned pointer is NULL if the current thread is not known to HPX or if the runtime system is not active.

namespace applier#

The namespace applier contains all definitions needed for the class hpx::applier::applier and its related functionality. This namespace is part of the HPX core module.