
6 Nov
2009
6 Nov
'09
7 p.m.
In article <c72e33ce0911051651le8017fes28076be7778b87f5@mail.gmail.com>, emildotchevski@gmail.com says...
On Thu, Nov 5, 2009 at 4:08 PM, Noah Roberts <roberts.noah@gmail.com> wrote:
Consider something like so:
struct A { ...? };
struct B { std::list<A> items; };
struct C { A const* ptr_to_item_in_B_items; };
Possible? Impossible?
Could you explain the semantics you intend for serializing ptr_to_item_in_B_items?
I want to recover the structure layout. If a C had a pointer to A item X in C then when it reloads it should point at X again.