LazyDirectory.cc
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
17 #include "LazyDirectory.hh"
18 //#include "LazyDirectory.ih"
19 
20 // Custom includes
21 #include "ScopedDirectory.hh"
22 
23 //#include "LazyDirectory.mpp"
24 #define prefix_
25 //-/////////////////////////////////////////////////////////////////////////////////////////////////
26 
28  : p_( new ScopedDirectory<>() )
29 {}
30 
32 {}
33 
35 {
36  return *p_;
37 }
38 
39 //-/////////////////////////////////////////////////////////////////////////////////////////////////
40 #undef prefix_
41 //#include "LazyDirectory.mpp"
42 
43 
44 // Local Variables:
45 // mode: c++
46 // fill-column: 100
47 // comment-column: 40
48 // c-file-style: "senf"
49 // indent-tabs-mode: nil
50 // ispell-local-dictionary: "american"
51 // compile-command: "scons -u test"
52 // End:
ScopedDirectory & operator()()
ScopedDirectory public header.
DirectoryNode member proxy.
#define prefix_
LazyDirectory public header.