$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [interprocess] Container
From: Moritz (mokoman_at_[hidden])
Date: 2009-07-09 13:09:14
Hi,
is there a possibility to put something like this into the shared_memory?
class A
{
int a;
double d;
// ...
boost::interprocess string s;
}
Thanks in advance.