Timer Console
|
#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"
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... | |