* @brief Returns the last error message. * * @return The last error message. */
| 83 | * @return true if the file was opened successfully, false otherwise. |
| 84 | */ |
| 85 | bool open(); |
| 86 | |
| 87 | /** |
| 88 | * @brief Closes the file. |
| 89 | * |
| 90 | * @return true if the file was closed successfully, false otherwise. |
| 91 | */ |