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
17namespace libetonyek
18{
19
20typedef std::string ID_t;
21
23
24typedef std::deque<IWORKColumnRowSize> IWORKColumnSizes_t;
25
26typedef std::deque<IWORKColumnRowSize> IWORKRowSizes_t;
27
28typedef unsigned IWORKOutputID_t;
29
30typedef std::unordered_map<ID_t, IWORKOutputID_t> IWORKOutputMap_t;
31
32typedef std::unordered_map<std::string, std::string> IWORKTableNameMap_t;
33
34typedef std::shared_ptr<IWORKTableNameMap_t> IWORKTableNameMapPtr_t;
35
36typedef std::unordered_map<std::string, std::string> IWORKContentMap_t;
37
38struct IWORKSize;
39struct IWORKPosition;
40
41struct IWORKGeometry;
42
43typedef std::shared_ptr<IWORKGeometry> IWORKGeometryPtr_t;
44
45struct IWORKLine;
46
47typedef std::shared_ptr<IWORKLine> IWORKLinePtr_t;
48
49struct IWORKData;
50
51typedef std::shared_ptr<IWORKData> IWORKDataPtr_t;
52typedef std::unordered_map<ID_t, IWORKDataPtr_t> IWORKDataMap_t;
53
55
56typedef std::shared_ptr<IWORKMediaContent> IWORKMediaContentPtr_t;
57typedef std::unordered_map<ID_t, IWORKMediaContentPtr_t> IWORKMediaContentMap_t;
58
59struct IWORKImage;
60
61typedef std::shared_ptr<IWORKImage> IWORKImagePtr_t;
62typedef std::unordered_map<ID_t, IWORKImagePtr_t> IWORKImageMap_t;
63
64struct IWORKMedia;
65
66typedef std::shared_ptr<IWORKMedia> IWORKMediaPtr_t;
67
68struct IWORKWrap;
69
70typedef std::shared_ptr<IWORKWrap> IWORKWrapPtr_t;
71
72struct IWORKGroup;
73
74typedef std::shared_ptr<IWORKGroup> IWORKGroupPtr_t;
75
76struct IWORKTableData;
77
78typedef std::shared_ptr<IWORKTableData> IWORKTableDataPtr_t;
79
80class IWORKTable;
81typedef std::shared_ptr<IWORKTable> IWORKTablePtr_t;
82typedef std::unordered_map<ID_t, IWORKTablePtr_t> IWORKTableMap_t;
83}
84
85#endif // IWORKTYPES_FWD_H_INCLUDED
86
87/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition IWORKTable.h:32
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKWrap > IWORKWrapPtr_t
Definition IWORKTypes_fwd.h:70
std::shared_ptr< IWORKImage > IWORKImagePtr_t
Definition IWORKTypes_fwd.h:61
std::shared_ptr< IWORKMedia > IWORKMediaPtr_t
Definition IWORKTypes_fwd.h:66
std::shared_ptr< IWORKMediaContent > IWORKMediaContentPtr_t
Definition IWORKTypes_fwd.h:56
std::shared_ptr< IWORKGroup > IWORKGroupPtr_t
Definition IWORKTypes_fwd.h:74
std::unordered_map< std::string, std::string > IWORKTableNameMap_t
Definition IWORKTypes_fwd.h:32
unsigned IWORKOutputID_t
Definition IWORKTypes_fwd.h:28
std::shared_ptr< IWORKData > IWORKDataPtr_t
Definition IWORKTypes_fwd.h:51
std::deque< IWORKColumnRowSize > IWORKColumnSizes_t
Definition IWORKTypes_fwd.h:24
std::shared_ptr< IWORKTable > IWORKTablePtr_t
Definition IWORKTypes_fwd.h:81
std::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition IWORKTypes_fwd.h:43
std::deque< IWORKColumnRowSize > IWORKRowSizes_t
Definition IWORKTypes_fwd.h:26
std::unordered_map< ID_t, IWORKOutputID_t > IWORKOutputMap_t
Definition IWORKTypes_fwd.h:30
std::shared_ptr< IWORKLine > IWORKLinePtr_t
Definition IWORKTypes_fwd.h:47
std::unordered_map< ID_t, IWORKMediaContentPtr_t > IWORKMediaContentMap_t
Definition IWORKTypes_fwd.h:57
std::unordered_map< ID_t, IWORKDataPtr_t > IWORKDataMap_t
Definition IWORKTypes_fwd.h:52
std::string ID_t
Definition IWORKTypes_fwd.h:20
std::unordered_map< std::string, std::string > IWORKContentMap_t
Definition IWORKTypes_fwd.h:36
std::unordered_map< ID_t, IWORKTablePtr_t > IWORKTableMap_t
Definition IWORKTypes_fwd.h:82
std::shared_ptr< IWORKTableNameMap_t > IWORKTableNameMapPtr_t
Definition IWORKTypes_fwd.h:34
std::unordered_map< ID_t, IWORKImagePtr_t > IWORKImageMap_t
Definition IWORKTypes_fwd.h:62
std::shared_ptr< IWORKTableData > IWORKTableDataPtr_t
Definition IWORKTypes_fwd.h:78
Definition IWORKTypes.h:214
Definition IWORKTypes.h:140
Definition IWORKTypes.h:62
Definition IWORKTypes.h:127
Definition IWORKTypes.h:149
Definition IWORKTypes.h:159
Definition IWORKTypes.h:53
Definition IWORKTypes.h:45
Definition IWORKTypes.h:242
Definition IWORKTypes.h:187

Generated for libetonyek by doxygen 1.13.2