Re: Connection questions

2013-08-29 Thread Gordon Sim
On 08/29/2013 06:19 AM, Jeremy Wagner wrote: Does a copy of a connection still share the same underlying pointer? How about through the assignment operator? Thanks! Yes, Connections, Sessions, Senders and Receivers are all 'Handles', which essentially has a smart pointer to the actual state.

Connection questions

2013-08-28 Thread Jeremy Wagner
Hello everyone, Does a copy of a connection still share the same underlying pointer? How about through the assignment operator? Thanks! Regards, Jeremy