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 }
Includes the C++ Filesystem library and provides some convenience helpers.
inline string literal This is a marker type to indicate that
Definition: symbol.hpp:76