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 <boost/unordered_map.hpp>
13 
14 #include "IWORKTypes_fwd.h"
15 
16 namespace libetonyek
17 {
18 
19 class IWORKPath;
20 
21 typedef boost::shared_ptr<IWORKPath> IWORKPathPtr_t;
22 typedef boost::unordered_map<ID_t, IWORKPathPtr_t> IWORKPathMap_t;
23 
24 }
25 
26 #endif // IWORKPATH_FWD_H_INCLUDED
27 
28 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
29 
Definition: IWORKColorElement.cpp:19
Definition: IWORKPath.h:27
boost::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition: IWORKPath_fwd.h:19
boost::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition: IWORKPath_fwd.h:22

Generated for libetonyek by doxygen 1.8.8