PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "weakPointerToBase.h"
#include "pointerTo.h"
#include "weakPointerTo.I"
Go to the source code of this file.
Classes | |
struct | std::owner_less< WeakConstPointerTo< T > > |
struct | std::owner_less< WeakPointerTo< T > > |
class | WeakConstPointerTo< T > |
A WeakConstPointerTo is similar to a WeakPointerTo, except it keeps a const pointer to the thing, that will be cleared to NULL when the thing deleted. More... | |
class | WeakPointerTo< T > |
WeakPointerTo is similar to PointerTo, except that it does not actually prevent the referenced pointer from deleting. More... | |
Macros | |
#define | WCPT(type) WeakConstPointerTo< type > |
#define | WPT(type) WeakPointerTo< 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 weakPointerTo.h.