Timer Console
Loading...
Searching...
No Matches
files.h File Reference
#include <iostream>
#include <fstream>
#include <filesystem>
#include <map>
#include "../Alarm/alarm.h"
#include "../Timer/timer.h"
#include "../Timer/timerData.h"
#include "../includes/nlohmann/json.hpp"
Include dependency graph for files.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Files
 Files class introduces an abstraction of the filesystem api, and json parsing. This class handles reading and writing to JSON configuration files for the persistent data (Alarms, Timers, Stopwatches) within the application. More...