14 #ifndef POINTERTOARRAYBASE_H 15 #define POINTERTOARRAYBASE_H 37 template <
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();
68 template <
class Element>
This is the base class for PointerTo and ConstPointerTo.
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.
This class specializes ReferenceCount to add an additional counter, called node_ref_count,...
This is our own Panda specialization on the default STL vector.
This is the base class for PointerToArray and ConstPointerToArray.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
This defines the object that is actually stored and reference-counted internally by a PointerToArray.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.