OEReadMCSFragDatabase¶
bool OEReadMCSFragDatabase(const std::string &fname,
OEMCSFragDatabase &mcsfragdb,
bool enableMerge = false)
bool OEReadMCSFragDatabase(OEPlatform::oeistream &ifs,
OEMCSFragDatabase &mcsfragdb,
bool enableMerge = false)
This function reads the serialized contents of an MCS fragment index and populates the OEMCSFragDatabase instance.
An enableMerge
argument of false
is used to indicate that the OEMCSFragDatabase instance should be cleared
before the read, or true
to indicate that the read index information should add (and update) existing data.