PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
| class | NodeConstPointerTo< T > |
| A NodeConstPointerTo is similar to a NodePointerTo, except it keeps a const pointer to the thing. More... | |
| class | NodePointerTo< T > |
| This implements the special NodePointerTo template class, which works just like PointerTo except it manages the objects node_ref_count instead of the normal ref_count. More... | |
Macros | |
| #define | NCPT(type) NodeConstPointerTo< type > |
| #define | NPT(type) NodePointerTo< type > |
Functions | |
| template<class T > | |
| void | swap (NodePointerTo< T > &one, NodePointerTo< T > &two) noexcept |
| template<class T > | |
| void | swap (NodeConstPointerTo< T > &one, NodeConstPointerTo< T > &two) noexcept |
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 nodePointerTo.h.
1.8.15