An implementation of the CountedPtrCast that casts the passed pointer. Reached by putting CastStatic in the ReferenceCountTraits of the target class. More...
#include <countedptr.h>
Static Public Member Functions | |
| static ReturnPointer | Cast (OriginalPointer Original) |
| Simply static cast the passed pointer. More... | |
An implementation of the CountedPtrCast that casts the passed pointer. Reached by putting CastStatic in the ReferenceCountTraits of the target class.
| ReturnPointer | The type of the pointer to target with the static cast |
| OriginalPointer | The type of the pointer prior to casting. |
Definition at line 566 of file countedptr.h.
|
inlinestatic |
Simply static cast the passed pointer.
| Original | the passed pointer. |
Definition at line 574 of file countedptr.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.