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 <deque>
13 #include <string>
14 
15 #include <boost/shared_ptr.hpp>
16 #include <boost/unordered_map.hpp>
17 
18 namespace libetonyek
19 {
20 
21 typedef std::string ID_t;
22 
23 typedef std::deque<double> IWORKColumnSizes_t;
24 
25 typedef std::deque<double> IWORKRowSizes_t;
26 
27 typedef unsigned IWORKOutputID_t;
28 
29 typedef boost::unordered_map<ID_t, IWORKOutputID_t> IWORKOutputMap_t;
30 
31 typedef boost::unordered_map<std::string, std::string> IWORKTableNameMap_t;
32 
33 typedef boost::shared_ptr<IWORKTableNameMap_t> IWORKTableNameMapPtr_t;
34 
35 typedef boost::unordered_map<std::string, std::string> IWORKContentMap_t;
36 
37 struct IWORKSize;
38 struct IWORKPosition;
39 
41 
42 typedef boost::shared_ptr<IWORKGeometry> IWORKGeometryPtr_t;
43 
44 struct IWORKLine;
45 
46 typedef boost::shared_ptr<IWORKLine> IWORKLinePtr_t;
47 
48 struct IWORKData;
49 
50 typedef boost::shared_ptr<IWORKData> IWORKDataPtr_t;
51 typedef boost::unordered_map<ID_t, IWORKDataPtr_t> IWORKDataMap_t;
52 
54 
55 typedef boost::shared_ptr<IWORKMediaContent> IWORKMediaContentPtr_t;
56 typedef boost::unordered_map<ID_t, IWORKMediaContentPtr_t> IWORKMediaContentMap_t;
57 
58 struct IWORKImage;
59 
60 typedef boost::shared_ptr<IWORKImage> IWORKImagePtr_t;
61 typedef boost::unordered_map<ID_t, IWORKImagePtr_t> IWORKImageMap_t;
62 
63 struct IWORKMedia;
64 
65 typedef boost::shared_ptr<IWORKMedia> IWORKMediaPtr_t;
66 
67 struct IWORKWrap;
68 
69 typedef boost::shared_ptr<IWORKWrap> IWORKWrapPtr_t;
70 
71 struct IWORKGroup;
72 
73 typedef boost::shared_ptr<IWORKGroup> IWORKGroupPtr_t;
74 
76 
77 typedef boost::shared_ptr<IWORKTableData> IWORKTableDataPtr_t;
78 
79 }
80 
81 #endif // IWORKTYPES_FWD_H_INCLUDED
82 
83 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKBezierElement.cpp:18
boost::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition: IWORKTypes_fwd.h:53
boost::shared_ptr< IWORKGroup > IWORKGroupPtr_t
Definition: IWORKTypes_fwd.h:71
Definition: IWORKTypes.h:143
boost::shared_ptr< IWORKWrap > IWORKWrapPtr_t
Definition: IWORKTypes_fwd.h:67
Definition: IWORKTypes.h:116
unsigned IWORKOutputID_t
Definition: IWORKTypes_fwd.h:27
Definition: IWORKTypes.h:163
boost::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:40
Definition: IWORKTypes.h:104
Definition: IWORKTypes.h:37
boost::shared_ptr< IWORKImage > IWORKImagePtr_t
Definition: IWORKTypes_fwd.h:58
boost::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition: IWORKTypes_fwd.h:56
boost::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition: IWORKTypes_fwd.h:51
Definition: IWORKTypes.h:179
boost::shared_ptr< IWORKData > IWORKDataPtr_t
Definition: IWORKTypes_fwd.h:48
Definition: IWORKTypes.h:125
std::deque< double > IWORKColumnSizes_t
Definition: IWORKTypes_fwd.h:23
boost::unordered_map< std::string, std::string > IWORKTableNameMap_t
Definition: IWORKTypes_fwd.h:31
std::deque< double > IWORKRowSizes_t
Definition: IWORKTypes_fwd.h:25
Definition: IWORKTypes.h:46
boost::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition: IWORKTypes_fwd.h:61
boost::shared_ptr< IWORKTableNameMap_t > IWORKTableNameMapPtr_t
Definition: IWORKTypes_fwd.h:33
boost::unordered_map< ID_t, IWORKOutputID_t > IWORKOutputMap_t
Definition: IWORKTypes_fwd.h:29
boost::unordered_map< std::string, std::string > IWORKContentMap_t
Definition: IWORKTypes_fwd.h:35
boost::shared_ptr< IWORKMedia > IWORKMediaPtr_t
Definition: IWORKTypes_fwd.h:63
Definition: IWORKTypes.h:55
std::string ID_t
Definition: IWORKTypes_fwd.h:21
boost::shared_ptr< IWORKTableData > IWORKTableDataPtr_t
Definition: IWORKTypes_fwd.h:75
Definition: IWORKToken.h:252
boost::shared_ptr< IWORKLine > IWORKLinePtr_t
Definition: IWORKTypes_fwd.h:44
Definition: IWORKTypes.h:152

Generated for libetonyek by doxygen 1.8.11