Namespace fwdpp::ts::io¶
Binary seriazliation of Template Struct table_collection.
Detailed Description¶
The implementation of the binary formats depends on template specialiation of function objects for reading and writing fwdp::ts::node, Struct edge and Struct mutation_record objects. The templates are specialized on the format version. The current format version is Variable fwdpp::ts::io::TS_TABLES_VERSION. The function objects themselves are implementation details that should not be relied upon. The main functions for library users in this namespace are:
0.7.0 Added to library 0.9.0 Added typename TableCollectionType