VMware GemFire Native Client Cache Reference  9.0.6
SharedPtr.hpp File Reference

Go to the source code of this file.

Data Structures

class  gemfire::SharedPtr< Target >
 Defines a reference counted shared pointer. More...
 

Namespaces

 gemfire
 This namespace contains all the GemFire C++ API classes, enumerations and globals.
 

Functions

template<class TargetSP , class Other >
TargetSP gemfire::dynCast (const SharedPtr< Other > &other)
 Dynamically cast the underlying pointer to the given type and throw ClassCastException if the cast fails. More...
 
template<class TargetSP , class Other >
bool gemfire::instanceOf (const SharedPtr< Other > &other)
 Dynamically check if the underlying pointer is of the given SharedPtr type. More...
 
template<class TargetSP , class Other >
TargetSP gemfire::staticCast (const SharedPtr< Other > &other)
 Statically cast the underlying pointer to the given type. More...
 

GemFire C++ Cache API Documentation