mpi_errhandler     25 ompi/mpi/cxx/errhandler.h     : mpi_errhandler(MPI_ERRHANDLER_NULL) {}
mpi_errhandler     30 ompi/mpi/cxx/errhandler.h     : mpi_errhandler(i) {}
mpi_errhandler     33 ompi/mpi/cxx/errhandler.h   inline Errhandler(const Errhandler& e) : mpi_errhandler(e.mpi_errhandler) { }
mpi_errhandler     36 ompi/mpi/cxx/errhandler.h     mpi_errhandler = e.mpi_errhandler;
mpi_errhandler     42 ompi/mpi/cxx/errhandler.h     return (bool)(mpi_errhandler == a.mpi_errhandler); }
mpi_errhandler     49 ompi/mpi/cxx/errhandler.h     mpi_errhandler = i; return *this; }
mpi_errhandler     51 ompi/mpi/cxx/errhandler.h   inline operator MPI_Errhandler() const { return mpi_errhandler; }
mpi_errhandler     62 ompi/mpi/cxx/errhandler.h   MPI_Errhandler mpi_errhandler;
mpi_errhandler     23 ompi/mpi/cxx/errhandler_inln.h   : handler_fn(e.handler_fn), mpi_errhandler(e.mpi_errhandler) { }
mpi_errhandler     29 ompi/mpi/cxx/errhandler_inln.h   mpi_errhandler = e.mpi_errhandler;
mpi_errhandler     36 ompi/mpi/cxx/errhandler_inln.h   return (MPI2CPP_BOOL_T)(mpi_errhandler == a.mpi_errhandler);
mpi_errhandler     44 ompi/mpi/cxx/errhandler_inln.h   (void)MPI_Errhandler_free(&mpi_errhandler);