21 May 21:04
Re: Containers for already allocated memory
From: Bryan Green <bryan.d.green <at> nasa.gov>
Subject: Re: Containers for already allocated memory
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-21 19:04:50 GMT
Subject: Re: Containers for already allocated memory
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-21 19:04:50 GMT
"Chris Jefferson" writes: > 2008/5/21 Igor R. <igor_rubinov <at> hotmail.com>: > > Look at Array and Intrusive libraries. > > Thanks, but neither of these really satisfy my requirements: > > Intrusive is for things like lists, rather than a vector-type > structure, and as it is intrusive, I can't easily put pointers and > ints in it. > > Arrays do go on the stack, but have to have a compile-type size and > you can't "push_back" into them. There's the interprocess library in 1.35. Take a look at its "stl-compatible" containers, and the managed_external_buffer. -bryan
RSS Feed