Same as TypedVoidPtr but const.
More...
#include <utils/TypedVoidPtr.h>
Same as TypedVoidPtr but const.
◆ TypedVoidConstPtr() [1/2]
◆ TypedVoidConstPtr() [2/2]
Creates a typed void pointer from the given pointer.
◆ isNull()
Return if underlying pointer is NULL.
◆ operator const T *()
operator const T * |
( |
| ) |
const |
|
inline |
Safely casts to const T*,.
- Exceptions
-
XBadCast,if | the stored void pointer is not of type T. |
◆ cast()
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: