|
@@ -267,6 +267,10 @@ PUBLISHED:
|
|
|
INLINE ConstPointerToArray(const PointerToArray<Element> ©);
|
|
INLINE ConstPointerToArray(const PointerToArray<Element> ©);
|
|
|
INLINE ConstPointerToArray(const ConstPointerToArray<Element> ©);
|
|
INLINE ConstPointerToArray(const ConstPointerToArray<Element> ©);
|
|
|
|
|
|
|
|
|
|
+#ifdef HAVE_PYTHON
|
|
|
|
|
+ INLINE ConstPointerToArray(PyObject *self, PyObject *sequence);
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
typedef TYPENAME pvector<Element>::size_type size_type;
|
|
typedef TYPENAME pvector<Element>::size_type size_type;
|
|
|
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;
|
|
@@ -298,6 +302,10 @@ PUBLISHED:
|
|
|
INLINE ConstPointerToArray(const PointerToArray<Element> ©);
|
|
INLINE ConstPointerToArray(const PointerToArray<Element> ©);
|
|
|
INLINE ConstPointerToArray(const ConstPointerToArray<Element> ©);
|
|
INLINE ConstPointerToArray(const ConstPointerToArray<Element> ©);
|
|
|
|
|
|
|
|
|
|
+#ifdef HAVE_PYTHON
|
|
|
|
|
+ INLINE ConstPointerToArray(PyObject *self, PyObject *sequence);
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
// Duplicating the interface of vector.
|
|
// Duplicating the interface of vector.
|
|
|
|
|
|
|
|
INLINE iterator begin() const;
|
|
INLINE iterator begin() const;
|