feisty meow concerns codebase  2.140
file_info.cpp File Reference
#include "file_info.h"
#include "huge_file.h"
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/contracts.h>
#include <basis/functions.h>
#include <structures/checksums.h>
#include <structures/object_packers.h>
#include <stdio.h>
Include dependency graph for file_info.cpp:

Go to the source code of this file.

Namespaces

 filesystem
 A platform independent way to obtain the timestamp of a file.
 

Macros

#define DEBUG_FILE_INFO
 
#define LOG(to_print)   printf("%s::%s: %s\n", static_class_name(), func, astring(to_print).s())
 

Macro Definition Documentation

◆ DEBUG_FILE_INFO

#define DEBUG_FILE_INFO

Definition at line 27 of file file_info.cpp.

◆ LOG

#define LOG (   to_print)    printf("%s::%s: %s\n", static_class_name(), func, astring(to_print).s())

Definition at line 31 of file file_info.cpp.