This is the complete list of members for Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >, including all inherited members.
AnonymousProcess(const std::function< std::vector< unsigned int >()> &function_compute_targets, const std::function< void(const unsigned int, RequestType &)> &function_create_request={}, const std::function< void(const unsigned int, const RequestType &, AnswerType &)> &function_answer_request={}, const std::function< void(const unsigned int, const AnswerType &)> &function_read_answer={}) | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | |
answer_request(const unsigned int other_rank, const RequestType &buffer_recv, AnswerType &request_buffer) override | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | virtual |
compute_targets() override | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | virtual |
create_request(const unsigned int other_rank, RequestType &send_buffer) override | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | virtual |
function_answer_request | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | private |
function_compute_targets | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | private |
function_create_request | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | private |
function_read_answer | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | private |
read_answer(const unsigned int other_rank, const AnswerType &recv_buffer) override | Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType > | virtual |
~Process()=default | Utilities::MPI::ConsensusAlgorithms::Process< RequestType, AnswerType > | virtual |