[{"id":13424,"web_url":"https://patchwork.libcamera.org/comment/13424/","msgid":"<20201023042434.GC4113@pendragon.ideasonboard.com>","date":"2020-10-23T04:24:34","subject":"Re: [libcamera-devel] [PATCH 2/5] libcamera: buffer: Utilise\n\tDELETE_COPY_MOVE_AND_ASSIGN","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Kieran,\n\nThank you for the patch.\n\nOn Thu, Oct 22, 2020 at 02:56:02PM +0100, Kieran Bingham wrote:\n> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n> ---\n>  include/libcamera/buffer.h | 10 ++++------\n>  1 file changed, 4 insertions(+), 6 deletions(-)\n> \n> diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h\n> index a26c8927d37a..42a20a387781 100644\n> --- a/include/libcamera/buffer.h\n> +++ b/include/libcamera/buffer.h\n> @@ -10,6 +10,7 @@\n>  #include <stdint.h>\n>  #include <vector>\n>  \n> +#include <libcamera/class.h>\n>  #include <libcamera/file_descriptor.h>\n>  \n>  namespace libcamera {\n> @@ -43,12 +44,6 @@ public:\n>  \n>  \tFrameBuffer(const std::vector<Plane> &planes, unsigned int cookie = 0);\n>  \n> -\tFrameBuffer(const FrameBuffer &) = delete;\n> -\tFrameBuffer(FrameBuffer &&) = delete;\n> -\n> -\tFrameBuffer &operator=(const FrameBuffer &) = delete;\n> -\tFrameBuffer &operator=(FrameBuffer &&) = delete;\n> -\n>  \tconst std::vector<Plane> &planes() const { return planes_; }\n>  \n>  \tRequest *request() const { return request_; }\n> @@ -57,7 +52,10 @@ public:\n>  \n>  \tunsigned int cookie() const { return cookie_; }\n>  \tvoid setCookie(unsigned int cookie) { cookie_ = cookie; }\n> +\n>  private:\n> +\tDELETE_COPY_MOVE_AND_ASSIGN(FrameBuffer);\n> +\n>  \tfriend class Request; /* Needed to update request_. */\n>  \tfriend class V4L2VideoDevice; /* Needed to update metadata_. */\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 53E93BDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 23 Oct 2020 04:25:21 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 24445615D4;\n\tFri, 23 Oct 2020 06:25:21 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 410A66034E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 23 Oct 2020 06:25:20 +0200 (CEST)","from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi\n\t[62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id C6A8753;\n\tFri, 23 Oct 2020 06:25:19 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"YpTA6z67\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1603427120;\n\tbh=xIYqA7ZjmEeVKiQJ37qQJgr3AYq2LBA+wQX4EjEs45w=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=YpTA6z67pZ3pkS84WzMFEEXpoy1m9zeNCTHLPAe2npAYj9xc1+waKsgkd7m5iBDEe\n\t1TOIP8drw/YHwf7MAPpchnIJmHoqCd30MOR40uWmzCZf6seUW+SyS+WKhxekcsaaEd\n\to3dyfxNzN1TG9SmHHTj9+VI/4PycIP/haVMWi9tU=","Date":"Fri, 23 Oct 2020 07:24:34 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Message-ID":"<20201023042434.GC4113@pendragon.ideasonboard.com>","References":"<20201022135605.614240-1-kieran.bingham@ideasonboard.com>\n\t<20201022135605.614240-3-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20201022135605.614240-3-kieran.bingham@ideasonboard.com>","Subject":"Re: [libcamera-devel] [PATCH 2/5] libcamera: buffer: Utilise\n\tDELETE_COPY_MOVE_AND_ASSIGN","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera devel <libcamera-devel@lists.libcamera.org>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]