PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
| Classes | |
| class | ThreadSafeConstPointerTo< T > | 
| class | ThreadSafePointerTo< T > | 
| This works exactly like PointerTo, except that the object is designed to be thread-safe: it is generally safe to make unprotected assignments to this pointer, in the sense that the last assignment will win and the reference counts will be properly maintained.  More... | |
| Macros | |
| #define | TSCPT(type) ThreadSafeConstPointerTo< type > | 
| #define | TSPT(type) ThreadSafePointerTo< 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 threadSafePointerTo.h.
 1.8.15
 1.8.15