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