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

Generated for libetonyek by doxygen 1.8.13