Function puma::export_bin(Workspace *, const std::string&)

Function Documentation

bool puma::export_bin(Workspace *work, const std::string &fileName)

Exports a puma::Workspace to a binary file (with extension .puma)

Parameters
  • work – Pointer to a puma::Workspace to be exported,

  • fileName – std::string containing the location and filename for export, Ex: /home/jsmith/Desktop/myWorkspace.puma

Returns

bool True if output was successful, False if an error occured.