feisty meow concerns codebase  2.140
filename.cpp File Reference
#include "filename.h"
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <textual/parser_bits.h>
#include <system_helper.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for filename.cpp:

Go to the source code of this file.

Namespaces

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

Macros

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

Variables

const char filesystem::DEFAULT_SEPARATOR = '/'
 
const char * filesystem::NO_PARENT_DEFAULT = "."
 

Macro Definition Documentation

◆ LOG

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

Definition at line 35 of file filename.cpp.