|
Panda3D
|
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) |
| #define | NPT(type) |
Functions | |
| template<class T> | |
| void | swap (NodeConstPointerTo< T > &one, NodeConstPointerTo< T > &two) noexcept |
| template<class T> | |
| void | swap (NodePointerTo< T > &one, NodePointerTo< 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.
| #define NCPT | ( | type | ) |
Definition at line 95 of file nodePointerTo.h.
| #define NPT | ( | type | ) |
Definition at line 94 of file nodePointerTo.h.
|
noexcept |
Definition at line 90 of file nodePointerTo.h.
|
noexcept |
Definition at line 85 of file nodePointerTo.h.