c++ Programming Glossary: base_object
How to serialize derived template classes with Boost.serialize? http://stackoverflow.com/questions/1332602/how-to-serialize-derived-template-classes-with-boost-serialize ar const unsigned int version ar boost serialization base_object Feature this serialize base class ar BOOST_SERIALIZATION_NVP..
Boost Serialization using polymorphic archives http://stackoverflow.com/questions/478668/boost-serialization-using-polymorphic-archives ar const unsigned int file_version ar boost serialization base_object base this data2 void serialize boost archive polymorphic_oarchive.. ar const unsigned int file_version ar boost serialization base_object base this data2 public derived derived int _b int _d base _b.. ar const unsigned int file_version ar boost serialization base_object base this ar data2 public derived derived int _b int _d base..
boost:serialization reconstruction (loading) http://stackoverflow.com/questions/6734814/boostserialization-reconstruction-loading ar const unsigned int version ar boost serialization base_object State this ar accel.Xaxis accel.Yaxis accel.Zaxis ar gyro.Xaxis.. ar const unsigned int version ar boost serialization base_object base this only need to return c a and b already done for constructor..
Boost Serialization via base pointer to derived class [duplicate] http://stackoverflow.com/questions/8351299/boost-serialization-via-base-pointer-to-derived-class ar const unsigned int version ar boost serialization base_object A this std cout B n int main std ofstream of mybin.bin boost..
|