Public Types | |
| typedef Target * | rawPtrType |
| The actual pointer that this class wraps. | |
Public Member Functions | |
| template<typename TOther> | |
| SharedArrayPtr (const SharedPtr< TOther > &other) | |
| Constructor, given another SharedPtr. | |
| template<typename TOther, int8_t OTHERID> | |
| SharedArrayPtr (const SharedArrayPtr< TOther, OTHERID > &other) | |
| Constructor, given another kind of SharedArrayPtr. | |
| SharedArrayPtr (const SharedArrayPtr &other) | |
| Constructor, given another SharedArrayPtr. | |
| SharedArrayPtr (const TArray *ptr) | |
| Constructor, given a pointer. | |
| SharedArrayPtr () | |
| Default constructor. | |
typedef Target* gemfire::SharedPtr< Target >::rawPtrType [inherited] |
The actual pointer that this class wraps.
| gemfire::SharedArrayPtr< TObj, TYPEID >::SharedArrayPtr | ( | ) | [inline] |
Default constructor.
| gemfire::SharedArrayPtr< TObj, TYPEID >::SharedArrayPtr | ( | const TArray * | ptr | ) | [inline] |
Constructor, given a pointer.
| gemfire::SharedArrayPtr< TObj, TYPEID >::SharedArrayPtr | ( | const SharedArrayPtr< TObj, TYPEID > & | other | ) | [inline] |
Constructor, given another SharedArrayPtr.
| gemfire::SharedArrayPtr< TObj, TYPEID >::SharedArrayPtr | ( | const SharedArrayPtr< TOther, OTHERID > & | other | ) | [inline] |
Constructor, given another kind of SharedArrayPtr.
| gemfire::SharedArrayPtr< TObj, TYPEID >::SharedArrayPtr | ( | const SharedPtr< TOther > & | other | ) | [inline] |
Constructor, given another SharedPtr.