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