Go to the source code of this file.
|
| gemfire |
| This namespace contains all the GemFire C++ API classes, enumerations and globals.
|
|
|
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...
|
|