Template Struct deserialize_tables

Struct Documentation

template<typename TableCollectionType>
struct fwdpp::ts::io::deserialize_tables

Public Functions

template<typename istreamtype>
TableCollectionType operator()(istreamtype &i)

Read a fwdpp::ts::table_collection in from a binary stream.

Return

fwdpp::ts::table_collection

Note

The return value has its index vectors populated. See fwdpp::ts::table_collection::build_indexes

Version

0.7.4 Tables are read in a single call

Parameters
  • i: A model of std::istream