Panda3D
Classes | Macros
threadSafePointerTo.h File Reference

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

#include "pandabase.h"
#include "threadSafePointerToBase.h"
#include "threadSafePointerTo.I"

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 >
 

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
2006-04-28

Definition in file threadSafePointerTo.h.