discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Comments on "BBN's Proposed extensions for data n


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Comments on "BBN's Proposed extensions for data networking"
Date: Thu, 8 Jun 2006 08:48:11 -0700
User-agent: Mutt/1.5.9i

On Thu, Jun 08, 2006 at 02:27:34PM +0100, John Aldridge wrote:
> Michael Dickens wrote:
> >>In reality, it will work with any C++ element for which memcpy is a
> >>valid copy constructor.  This includes many structures and classes,
> >>but not all.
> 
> I.e. those things which the C++ standard calls "POD types" (see section 
> 3.9 paras 2 & 10)?

I don't recall if pointers are POD types, but copying structures
containing pointers could be problematic if there are object
lifetime/ownership conventions that should be observed.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]