KEYTypes_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 KEYTYPES_FWD_H_INCLUDED
10 #define KEYTYPES_FWD_H_INCLUDED
11 
12 #include <string>
13 
14 #include <boost/shared_ptr.hpp>
15 #include <boost/unordered_map.hpp>
16 
17 #include "IWORKTypes_fwd.h"
18 
19 namespace libetonyek
20 {
21 
22 struct KEYLayer;
23 
24 typedef boost::shared_ptr<KEYLayer> KEYLayerPtr_t;
25 typedef boost::unordered_map<ID_t, KEYLayerPtr_t> KEYLayerMap_t;
26 
28 
29 typedef boost::shared_ptr<KEYPlaceholder> KEYPlaceholderPtr_t;
30 typedef boost::unordered_map<ID_t, KEYPlaceholderPtr_t> KEYPlaceholderMap_t;
31 
32 }
33 
34 #endif // KEYTYPES_FWD_H_INCLUDED
35 
36 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
boost::unordered_map< ID_t, KEYLayerPtr_t > KEYLayerMap_t
Definition: KEYTypes_fwd.h:25
Definition: KEYTypes.h:36
boost::shared_ptr< KEYPlaceholder > KEYPlaceholderPtr_t
Definition: KEYTypes_fwd.h:27
Definition: KEYTypes.h:28
boost::unordered_map< ID_t, KEYPlaceholderPtr_t > KEYPlaceholderMap_t
Definition: KEYTypes_fwd.h:30
boost::shared_ptr< KEYLayer > KEYLayerPtr_t
Definition: KEYTypes_fwd.h:22

Generated for libetonyek by doxygen 1.8.6