14#ifndef POINTERTOARRAYBASE_H
15#define POINTERTOARRAYBASE_H
37template <
class Element>
49 INLINE size_type size()
const;
51 INLINE iterator insert(iterator position,
const Element &x);
52 INLINE
void insert(iterator position, size_type n,
const Element &x);
54 INLINE
void erase(iterator position);
55 INLINE
void erase(iterator first, iterator last);
57 INLINE
void pop_back();
68template <
class Element>
This class specializes ReferenceCount to add an additional counter, called node_ref_count,...
This is the base class for PointerToArray and ConstPointerToArray.
This is the base class for PointerTo and ConstPointerTo.
This defines the object that is actually stored and reference-counted internally by a PointerToArray.
TypeHandle is the identifier used to differentiate C++ class types.
This is our own Panda specialization on the default STL vector.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.