¡@

Home 

c++ Programming Glossary: genericfeature

How to serialize derived template classes with Boost.serialize?

http://stackoverflow.com/questions/1332602/how-to-serialize-derived-template-classes-with-boost-serialize

Feature ... virtual string str 0 template typename T class GenericFeature public Feature T value ... virtual string str I read boost.serialize.. some_member template typename T class Archive void GenericFeature T serialize Archive ar const unsigned int version ar boost serialization.. somesstream something to serialize Feature one new GenericFeature SomeType1 Feature two new GenericFeature SomeType2 Feature three..