Function eCAL::Config::dumpToFile

Function Documentation

bool eCAL::Config::dumpToFile(const std::stringstream &ss_, const std::string &file_path_)

Dump the given stringstream to a file.

Parameters:
  • ss_ – The stringstream to dump.

  • file_path_ – The complete path to the file to write the stringstream to.

Returns:

bool True if the stringstream was successfully written to the file, false otherwise.