17 template<
class Element>
25 template<
class Element>
28 pvector<Element>(initial_size, type_handle)
35 template<
class Element>
38 pvector<Element>(begin, end, type_handle)
45 template<
class Element>
48 pvector<Element>(std::move(from))
55 template<
class Element>
64 template<
class Element>
66 insert(iterator position,
const Element &x) {
73 template<
class Element>
75 insert(iterator position, size_type n,
const Element &x) {
82 template<
class Element>
84 erase(iterator position) {
91 template<
class Element>
93 erase(iterator first, iterator last) {
100 template<
class Element>
109 template<
class Element>
118 template<
class Element>
128 template<
class Element>
138 template<
class Element>
148 template<
class Element>
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.