mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
publish PTA::empty_array()
This commit is contained in:
parent
86d753b4f9
commit
cb3ff73396
@ -106,6 +106,7 @@ public:
|
|||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
typedef TYPENAME pvector<Element>::size_type size_type;
|
typedef TYPENAME pvector<Element>::size_type size_type;
|
||||||
INLINE PointerToArray(TypeHandle type_handle = get_type_handle(Element));
|
INLINE PointerToArray(TypeHandle type_handle = get_type_handle(Element));
|
||||||
|
INLINE static PointerToArray<Element> empty_array(size_type n, TypeHandle type_handle = get_type_handle(Element));
|
||||||
INLINE PointerToArray(const PointerToArray<Element> ©);
|
INLINE PointerToArray(const PointerToArray<Element> ©);
|
||||||
INLINE size_type size() const;
|
INLINE size_type size() const;
|
||||||
INLINE const Element &get_element(size_type n) const;
|
INLINE const Element &get_element(size_type n) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user