AFEPack
公有成员 | 公有属性
MPI::Remote_pointer< T >模板结构参考

#include <MPI.h>

所有成员的列表。

公有成员

 Remote_pointer ()
 指针的远程内存地址
 Remote_pointer (int _type, T *_ptr)
 Remote_pointer (const Remote_pointer< T > &rp)
Remote_pointer< T > & operator= (const Remote_pointer< T > &rp)

公有属性

int type
T * ptr
 指针共享类型,约定 0 为缺省值,表示两个对象完全一致

详细描述

template<class T>
struct MPI::Remote_pointer< T >

类型为 T 的远程指针。


构造及析构函数文档

template<class T>
MPI::Remote_pointer< T >::Remote_pointer ( ) [inline]

指针的远程内存地址

template<class T>
MPI::Remote_pointer< T >::Remote_pointer ( int  _type,
T *  _ptr 
) [inline]
template<class T>
MPI::Remote_pointer< T >::Remote_pointer ( const Remote_pointer< T > &  rp) [inline]

成员函数文档

template<class T>
Remote_pointer<T>& MPI::Remote_pointer< T >::operator= ( const Remote_pointer< T > &  rp) [inline]

成员数据文档

template<class T>
T* MPI::Remote_pointer< T >::ptr

指针共享类型,约定 0 为缺省值,表示两个对象完全一致

template<class T>
int MPI::Remote_pointer< T >::type

该结构的文档由以下文件生成: