14#include "arccore/message_passing/Communicator.h"
27Communicator::_Communicator Communicator::null_communicator;
28int Communicator::null_communicator_type = Communicator::T_Null;
34print(std::ostream& o)
const
38 else if (m_type == T_Int)
39 o << m_communicator.i;
40 else if (m_type == T_Long)
41 o << m_communicator.l;
43 o << m_communicator.cv;
Declarations of types and methods used by message exchange mechanisms.