IWORKTypes_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 IWORKTYPES_FWD_H_INCLUDED
10 #define IWORKTYPES_FWD_H_INCLUDED
11 
12 #include <string>
13 
14 #include <boost/shared_ptr.hpp>
15 #include <boost/unordered_map.hpp>
16 
17 namespace libetonyek
18 {
19 
20 typedef std::string ID_t;
21 
22 typedef unsigned IWORKZoneID_t;
23 
24 typedef boost::unordered_map<ID_t, IWORKZoneID_t> IWORKZoneMap_t;
25 
26 struct IWORKSize;
27 struct IWORKPosition;
28 
30 
31 typedef boost::shared_ptr<IWORKGeometry> IWORKGeometryPtr_t;
32 
33 struct IWORKLine;
34 
35 typedef boost::shared_ptr<IWORKLine> IWORKLinePtr_t;
36 
37 struct IWORKData;
38 
39 typedef boost::shared_ptr<IWORKData> IWORKDataPtr_t;
40 typedef boost::unordered_map<ID_t, IWORKDataPtr_t> IWORKDataMap_t;
41 
43 
44 typedef boost::shared_ptr<IWORKMediaContent> IWORKMediaContentPtr_t;
45 typedef boost::unordered_map<ID_t, IWORKMediaContentPtr_t> IWORKMediaContentMap_t;
46 
47 struct IWORKImage;
48 
49 typedef boost::shared_ptr<IWORKImage> IWORKImagePtr_t;
50 typedef boost::unordered_map<ID_t, IWORKImagePtr_t> IWORKImageMap_t;
51 
52 struct IWORKMedia;
53 
54 typedef boost::shared_ptr<IWORKMedia> IWORKMediaPtr_t;
55 
56 struct IWORKWrap;
57 
58 typedef boost::shared_ptr<IWORKWrap> IWORKWrapPtr_t;
59 
60 struct IWORKGroup;
61 
62 typedef boost::shared_ptr<IWORKGroup> IWORKGroupPtr_t;
63 
64 }
65 
66 #endif // IWORKTYPES_FWD_H_INCLUDED
67 
68 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKColorElement.cpp:19
boost::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition: IWORKTypes_fwd.h:42
boost::shared_ptr< IWORKGroup > IWORKGroupPtr_t
Definition: IWORKTypes_fwd.h:60
Definition: IWORKTypes.h:130
boost::shared_ptr< IWORKWrap > IWORKWrapPtr_t
Definition: IWORKTypes_fwd.h:56
Definition: IWORKTypes.h:103
Definition: IWORKTypes.h:150
Definition: IWORKToken.h:171
boost::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:29
Definition: IWORKTypes.h:91
Definition: IWORKTypes.h:26
boost::shared_ptr< IWORKImage > IWORKImagePtr_t
Definition: IWORKTypes_fwd.h:47
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:45
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:40
boost::shared_ptr< IWORKData > IWORKDataPtr_t
Definition: IWORKTypes_fwd.h:37
Definition: IWORKTypes.h:112
Definition: IWORKTypes.h:35
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:50
boost::shared_ptr< IWORKMedia > IWORKMediaPtr_t
Definition: IWORKTypes_fwd.h:52
Definition: IWORKTypes.h:44
std::string ID_t
Definition: IWORKTypes_fwd.h:20
unsigned IWORKZoneID_t
Definition: IWORKTypes_fwd.h:22
boost::shared_ptr< IWORKLine > IWORKLinePtr_t
Definition: IWORKTypes_fwd.h:33
boost::unordered_map< ID_t, IWORKZoneID_t > IWORKZoneMap_t
Definition: IWORKTypes_fwd.h:24
Definition: IWORKTypes.h:139

Generated for libetonyek by doxygen 1.8.8