FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
Loading...
Searching...
No Matches
FSI_timeUtils.hpp File Reference
#include <filesystem>
Include dependency graph for FSI_timeUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fsi::utils::TimeUtils_DateTime

Namespaces

namespace  fsi
namespace  fsi::utils

Macros

#define __FSI_LOCALTIME(_tt, _tm)

Typedefs

typedef struct fsi::utils::TimeUtils_DateTime fsi::utils::TimeUtils_DateTime

Functions

TimeUtils_DateTime fsi::utils::fsClockDataToDT (const fs::file_time_type &time)
 Set std::filesystem clock data to an actual usable Date and Time format.

Macro Definition Documentation

◆ __FSI_LOCALTIME

#define __FSI_LOCALTIME ( _tt,
_tm )
Value:
localtime_r(_tt, _tm)

Definition at line 11 of file FSI_timeUtils.hpp.

Referenced by fsi::utils::fsClockDataToDT().