Same as TypedVoidPtr but const.
More...
#include <utils/TypedVoidPtr.h>
Same as TypedVoidPtr but const.
Creates a typed void pointer from the given pointer.
Return if underlying pointer is NULL.
operator const T * |
( |
| ) |
const |
|
inline |
Safely casts to const T*,.
- Exceptions
-
XBadCast,if | the stored void pointer is not of type T. |
Safely casts the object pointer that is stored to const T*.
- Exceptions
-
XBadCast,if | the stored void pointer is not of type T. |
The documentation for this class was generated from the following file: