Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E8926200CF6 for ; Mon, 18 Sep 2017 22:42:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7013160BF1; Mon, 18 Sep 2017 20:42:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C157E1609E4 for ; Mon, 18 Sep 2017 22:42:03 +0200 (CEST) Received: (qmail 4516 invoked by uid 500); 18 Sep 2017 20:42:03 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 4344 invoked by uid 99); 18 Sep 2017 20:42:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2017 20:42:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9F6DF580E; Mon, 18 Sep 2017 20:42:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wesm@apache.org To: commits@arrow.apache.org Date: Mon, 18 Sep 2017 20:42:07 -0000 Message-Id: <3ba4a76e9b284309881c62e4053f2037@git.apache.org> In-Reply-To: <5c8e60681c78469197d08432882f646f@git.apache.org> References: <5c8e60681c78469197d08432882f646f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/51] [partial] arrow-site git commit: Update C++ and Python API documentation for 0.7.0 archived-at: Mon, 18 Sep 2017 20:42:05 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a4dfae21/docs/cpp/classarrow_1_1py_1_1_scoped_ref-members.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1py_1_1_scoped_ref-members.html b/docs/cpp/classarrow_1_1py_1_1_scoped_ref-members.html new file mode 100644 index 0000000..0df045b --- /dev/null +++ b/docs/cpp/classarrow_1_1py_1_1_scoped_ref-members.html @@ -0,0 +1,88 @@ + + + + + + + +Apache Arrow (C++): Member List + + + + + + + + + +
+
+ + + + + + +
+
Apache Arrow (C++) +
+
A columnar in-memory analytics layer designed to accelerate big data.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
arrow::py::ScopedRef Member List
+
+
+ +

This is the complete list of members for arrow::py::ScopedRef, including all inherited members.

+ + + + + + + + +
get() constarrow::py::ScopedRefinline
ref()arrow::py::ScopedRefinline
release()arrow::py::ScopedRefinline
reset(PyObject *obj)arrow::py::ScopedRefinline
ScopedRef()arrow::py::ScopedRefinline
ScopedRef(PyObject *obj)arrow::py::ScopedRefinlineexplicit
~ScopedRef()arrow::py::ScopedRefinline
+ + + + http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a4dfae21/docs/cpp/classarrow_1_1py_1_1_scoped_ref.html ---------------------------------------------------------------------- diff --git a/docs/cpp/classarrow_1_1py_1_1_scoped_ref.html b/docs/cpp/classarrow_1_1py_1_1_scoped_ref.html new file mode 100644 index 0000000..aa612c1 --- /dev/null +++ b/docs/cpp/classarrow_1_1py_1_1_scoped_ref.html @@ -0,0 +1,283 @@ + + + + + + + +Apache Arrow (C++): arrow::py::ScopedRef Class Reference + + + + + + + + + +
+
+ + + + + + +
+
Apache Arrow (C++) +
+
A columnar in-memory analytics layer designed to accelerate big data.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
arrow::py::ScopedRef Class Reference
+
+
+ +

#include <common.h>

+ + + + + + + + + + + + + + + + +

+Public Member Functions

 ScopedRef ()
 
 ScopedRef (PyObject *obj)
 
 ~ScopedRef ()
 
void reset (PyObject *obj)
 
PyObject * release ()
 
PyObject * get () const
 
PyObject ** ref ()
 
+

Constructor & Destructor Documentation

+ +

◆ ScopedRef() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
arrow::py::ScopedRef::ScopedRef ()
+
+inline
+
+ +
+
+ +

◆ ScopedRef() [2/2]

+ +
+
+ + + + + +
+ + + + + + + + +
arrow::py::ScopedRef::ScopedRef (PyObject * obj)
+
+inlineexplicit
+
+ +
+
+ +

◆ ~ScopedRef()

+ +
+
+ + + + + +
+ + + + + + + +
arrow::py::ScopedRef::~ScopedRef ()
+
+inline
+
+ +
+
+

Member Function Documentation

+ +

◆ get()

+ +
+
+ + + + + +
+ + + + + + + +
PyObject* arrow::py::ScopedRef::get () const
+
+inline
+
+ +
+
+ +

◆ ref()

+ +
+
+ + + + + +
+ + + + + + + +
PyObject** arrow::py::ScopedRef::ref ()
+
+inline
+
+ +
+
+ +

◆ release()

+ +
+
+ + + + + +
+ + + + + + + +
PyObject* arrow::py::ScopedRef::release ()
+
+inline
+
+ +
+
+ +

◆ reset()

+ +
+
+ + + + + +
+ + + + + + + + +
void arrow::py::ScopedRef::reset (PyObject * obj)
+
+inline
+
+ +
+
+
The documentation for this class was generated from the following file:
    +
  • /home/wesm/code/arrow/cpp/src/arrow/python/common.h
  • +
+
+ + + +