![]() |
Documentation of UrbanFireXDT
Documentation of UrbanFireXDT
|
#include "output.h"#include <atomic>#include <ctime>#include <filesystem>#include <fstream>#include <iomanip>#include <ranges>#include <sstream>#include <string>#include <vector>#include "global.h"#include "helper.h"#include "vehicles.h"
Functions | |
| void | create_dir_del_if_exists (filesystem::path dirpath) |
| template<typename T > | |
| std::string | serializeVector (const std::vector< T > &vec) |
| template<typename T > | |
| std::string | serializeVectorOfVectors (const std::vector< const std::vector< T > * > *vec) |
| template<typename T > | |
| std::string | serializeVectorOfVectorsB (const std::vector< std::vector< T > > &vec) |
Variables | |
| bool | base_directories_initialized = false |
| void create_dir_del_if_exists | ( | filesystem::path | dirpath | ) |
| std::string serializeVector | ( | const std::vector< T > & | vec | ) |
| std::string serializeVectorOfVectors | ( | const std::vector< const std::vector< T > * > * | vec | ) |
| std::string serializeVectorOfVectorsB | ( | const std::vector< std::vector< T > > & | vec | ) |
| bool base_directories_initialized = false |