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