[odb-users] Persistence of pointers
Joseph Hesse
joehesse at gmail.com
Wed Feb 13 08:44:57 EST 2013
Hi,
If I have:
class X
{
// ...
};
class Y
{
// ...
X *p;
// ...
};
Can I save X, Y objects so the pointer relationship is maintained?
Thank you,
Joe
More information about the odb-users
mailing list