IWORKPath_fwd.h
Go to the documentation of this file.
1 /*
2  * This file is part of the libetonyek project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
8 
9 #ifndef IWORKPATH_FWD_H_INCLUDED
10 #define IWORKPATH_FWD_H_INCLUDED
11 
12 #include <memory>
13 #include <unordered_map>
14 
15 #include "IWORKTypes_fwd.h"
16 
17 namespace libetonyek
18 {
19 
20 class IWORKPath;
21 
22 typedef std::shared_ptr<IWORKPath> IWORKPathPtr_t;
23 typedef std::unordered_map<ID_t, IWORKPathPtr_t> IWORKPathMap_t;
24 
26 }
27 
28 #endif // IWORKPATH_FWD_H_INCLUDED
29 
30 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
31 
std::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition: IWORKPath_fwd.h:23
Definition: IWORKPath.h:28
Definition: IWORKPath.h:87
std::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition: IWORKPath_fwd.h:20

Generated for libetonyek by doxygen 1.8.6