Panda3D
Loading...
Searching...
No Matches
Functions
dcast.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#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.
 

Detailed Description

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."

Author
drose
Date
2001-08-07

Definition in file dcast.cxx.

Function Documentation

◆ _dcast_verify()

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().