|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Classes | |
| class | ConstPointerTo< T > |
| A ConstPointerTo is similar to a PointerTo, except it keeps a const pointer to the thing. More... | |
| struct | std::owner_less< ConstPointerTo< T > > |
| struct | std::owner_less< PointerTo< T > > |
| class | PointerTo< T > |
| This file defines the classes PointerTo and ConstPointerTo (and their abbreviations, PT and CPT). More... | |
Namespaces | |
| namespace | std |
| STL namespace. | |
Macros | |
| #define | CPT(type) |
| #define | PT(type) |
Functions | |
| template<class T> | |
| TypeHandle | _get_type_handle (const ConstPointerTo< T > *) |
| template<class T> | |
| TypeHandle | _get_type_handle (const PointerTo< T > *) |
| template<class T> | |
| void | swap (ConstPointerTo< T > &one, ConstPointerTo< T > &two) noexcept |
| template<class T> | |
| void | swap (PointerTo< T > &one, PointerTo< 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 pointerTo.h.
| #define CPT | ( | type | ) |
Definition at line 242 of file pointerTo.h.
| #define PT | ( | type | ) |
Definition at line 241 of file pointerTo.h.
|
inline |
Definition at line 253 of file pointerTo.h.
|
inline |
Definition at line 248 of file pointerTo.h.
|
noexcept |
Definition at line 213 of file pointerTo.h.
Definition at line 208 of file pointerTo.h.