[Lme4-commits] r1454 - pkg/lme4Eigen
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 17 19:53:32 CET 2011
Author: dmbates
Date: 2011-11-17 19:53:32 +0100 (Thu, 17 Nov 2011)
New Revision: 1454
Modified:
pkg/lme4Eigen/ToDo
Log:
Need to come up with a crafty way of creating a copy of the reference class object with the external pointer. It may work to just copy it then set the PTR to be a NULL pointer.
Modified: pkg/lme4Eigen/ToDo
===================================================================
--- pkg/lme4Eigen/ToDo 2011-11-16 22:46:25 UTC (rev 1453)
+++ pkg/lme4Eigen/ToDo 2011-11-17 18:53:32 UTC (rev 1454)
@@ -1,3 +1,6 @@
+create a copy method for the reference classes that no only copies the
+contents but also creates a new C++ object and pointer.
+
serialization of reference classes: Ensure that the external pointer
is reinitialized when the object is unserialized.
More information about the Lme4-commits
mailing list