$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] non-POD C++ objects and Boost.Interprocess
From: Selçuk Cevher (cevhers_at_[hidden])
Date: 2009-08-01 04:03:23
Hi,
Is it possible to pass user-defined "non-POD" C++ class objects to message
queues and retrieve them back on the receiver side using Boost.Interprocess
?
Thanks.