Function Utils::appendRead(std::string&, const std::string&, long int)

Function Documentation

long int Utils::appendRead(std::string &v, const std::string &in, long int pos)

Utility to read a std::string from a long file.

Parameters
  • v – The output string

  • in – The input file

  • pos – The position of v

Returns

The end position from which the next data object can be read.