Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
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. | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file dcast.cxx.
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 at line 29 of file dcast.cxx.
References TypedObject::is_of_type().