Lumiera
0.pre.03
»edit your freedom«
file.cpp
Go to the documentation of this file.
1
/*
2
File - collection of functions supporting unit testing
3
4
Copyright (C)
5
2009, Hermann Vosseler <Ichthyostega@web.de>
6
7
**Lumiera** is free software; you can redistribute it and/or modify it
8
under the terms of the GNU General Public License as published by the
9
Free Software Foundation; either version 2 of the License, or (at your
10
option) any later version. See the file COPYING for further details.
11
12
* *****************************************************************/
13
14
21
#include "
lib/stat/file.hpp
"
22
23
24
namespace
std::filesystem
{
25
const
string
UNIX_HOMEDIR_SYMBOL{
"~"
};
26
lib::Literal
UNIX_HOMEDIR_ENV{
"HOME"
};
27
}
28
29
namespace
util
{
30
using
fs::UNIX_HOMEDIR_SYMBOL;
31
using
fs::UNIX_HOMEDIR_ENV;
32
}
util
Definition:
access-casted-o.hpp:43
file.hpp
Includes the C++ Filesystem library and provides some convenience helpers.
lib::Literal
inline string literal This is a marker type to indicate that
Definition:
symbol.hpp:76
std::filesystem
Definition:
file.cpp:24
lib
stat
file.cpp
Generated on Fri Dec 13 2024 05:05:33 for Lumiera by
1.8.13