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 std::deque<double> IWORKColumnSizes_t;
23 
24 typedef std::deque<double> IWORKRowSizes_t;
25 
26 typedef unsigned IWORKOutputID_t;
27 
28 typedef boost::unordered_map<ID_t, IWORKOutputID_t> IWORKOutputMap_t;
29 
30 struct IWORKSize;
31 struct IWORKPosition;
32 
34 
35 typedef boost::shared_ptr<IWORKGeometry> IWORKGeometryPtr_t;
36 
37 struct IWORKLine;
38 
39 typedef boost::shared_ptr<IWORKLine> IWORKLinePtr_t;
40 
41 struct IWORKData;
42 
43 typedef boost::shared_ptr<IWORKData> IWORKDataPtr_t;
44 typedef boost::unordered_map<ID_t, IWORKDataPtr_t> IWORKDataMap_t;
45 
47 
48 typedef boost::shared_ptr<IWORKMediaContent> IWORKMediaContentPtr_t;
49 typedef boost::unordered_map<ID_t, IWORKMediaContentPtr_t> IWORKMediaContentMap_t;
50 
51 struct IWORKImage;
52 
53 typedef boost::shared_ptr<IWORKImage> IWORKImagePtr_t;
54 typedef boost::unordered_map<ID_t, IWORKImagePtr_t> IWORKImageMap_t;
55 
56 struct IWORKMedia;
57 
58 typedef boost::shared_ptr<IWORKMedia> IWORKMediaPtr_t;
59 
60 struct IWORKWrap;
61 
62 typedef boost::shared_ptr<IWORKWrap> IWORKWrapPtr_t;
63 
64 struct IWORKGroup;
65 
66 typedef boost::shared_ptr<IWORKGroup> IWORKGroupPtr_t;
67 
69 
70 typedef boost::shared_ptr<IWORKTableData> IWORKTableDataPtr_t;
71 
72 }
73 
74 #endif // IWORKTYPES_FWD_H_INCLUDED
75 
76 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
boost::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition: IWORKTypes_fwd.h:46
boost::shared_ptr< IWORKGroup > IWORKGroupPtr_t
Definition: IWORKTypes_fwd.h:64
Definition: IWORKTypes.h:140
boost::shared_ptr< IWORKWrap > IWORKWrapPtr_t
Definition: IWORKTypes_fwd.h:60
Definition: IWORKTypes.h:113
unsigned IWORKOutputID_t
Definition: IWORKTypes_fwd.h:26
Definition: IWORKTypes.h:160
Definition: IWORKToken.h:177
boost::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:33
Definition: IWORKTypes.h:101
Definition: IWORKTypes.h:34
boost::shared_ptr< IWORKImage > IWORKImagePtr_t
Definition: IWORKTypes_fwd.h:51
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:49
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:44
Definition: IWORKTypes.h:176
boost::shared_ptr< IWORKData > IWORKDataPtr_t
Definition: IWORKTypes_fwd.h:41
Definition: IWORKTypes.h:122
std::deque< double > IWORKColumnSizes_t
Definition: IWORKTypes_fwd.h:22
std::deque< double > IWORKRowSizes_t
Definition: IWORKTypes_fwd.h:24
Definition: IWORKTypes.h:43
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:54
boost::unordered_map< ID_t, IWORKOutputID_t > IWORKOutputMap_t
Definition: IWORKTypes_fwd.h:28
boost::shared_ptr< IWORKMedia > IWORKMediaPtr_t
Definition: IWORKTypes_fwd.h:56
Definition: IWORKTypes.h:52
std::string ID_t
Definition: IWORKTypes_fwd.h:20
boost::shared_ptr< IWORKTableData > IWORKTableDataPtr_t
Definition: IWORKTypes_fwd.h:68
boost::shared_ptr< IWORKLine > IWORKLinePtr_t
Definition: IWORKTypes_fwd.h:37
Definition: IWORKTypes.h:149

Generated for libetonyek by doxygen 1.8.10