#include "dcast.h"
#include "config_express.h"
Go to the source code of this file.
Functions | |
bool | _dcast_verify (TypeHandle want_handle, size_t want_size, const TypedObject *ptr) |
This function performs the actual check that the indicated TypedObject pointer is of the intended type. |
Definition in file dcast.cxx.
|
This function performs the actual check that the indicated TypedObject pointer is of the intended type.
|