VMware GemFire Native C++ Reference
9.1
|
Template class for CacheableArrayType SharedPtr's that adds [] operator. More...
Inherits apache::geode::client::SharedPtr< CacheableArrayType< TObj, TYPEID > >.
Public Member Functions | |
Serializable * | fromData (DataInput &input) |
Deserialize self. More... | |
TObj | operator[] (uint32_t index) const |
Get the element at given index. More... | |
SharedArrayPtr () | |
Default constructor. More... | |
SharedArrayPtr (const TArray *ptr) | |
Constructor, given a pointer to array. More... | |
SharedArrayPtr (const NullSharedBase *ptr) | |
Constructor, given a null SharedBase. More... | |
SharedArrayPtr (const SharedArrayPtr &other) | |
Constructor, given another SharedArrayPtr. More... | |
template<typename TOther , int8_t OTHERID> | |
SharedArrayPtr (const SharedArrayPtr< TOther, OTHERID > &other) | |
Constructor, given another kind of SharedArrayPtr. More... | |
template<typename TOther > | |
SharedArrayPtr (const SharedPtr< TOther > &other) | |
Constructor, given another SharedPtr. More... | |
Template class for CacheableArrayType SharedPtr's that adds [] operator.
|
inline |
Default constructor.
|
inline |
Constructor, given a pointer to array.
|
inline |
Constructor, given a null SharedBase.
|
inline |
Constructor, given another SharedArrayPtr.
|
inline |
Constructor, given another kind of SharedArrayPtr.
|
inline |
Constructor, given another SharedPtr.
|
inline |
Deserialize self.
|
inline |
Get the element at given index.