HPX_REGISTER_COMMANDLINE_MODULE#

Defined in header hpx/components.hpp.

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

namespace hpx
namespace components
struct component_commandline : public component_commandline_base#
#include <component_commandline.hpp>

The component_startup_shutdown provides a minimal implementation of a component’s startup/shutdown function provider.

Public Functions

inline hpx::program_options::options_description add_commandline_options() override#

Return any additional command line options valid for this component.

Note

This function will be executed by the runtime system during system startup.

Returns

The module is expected to fill a options_description object with any additional command line options this component will handle.

namespace commandline_options_provider#

Functions

HPX_CXX_EXPORT hpx::program_options::options_description add_commandline_options ()