KEYTypes_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 KEYTYPES_FWD_H_INCLUDED
10#define KEYTYPES_FWD_H_INCLUDED
11
12#include <memory>
13#include <string>
14#include <unordered_map>
15
16#include "IWORKTypes_fwd.h"
17
18namespace libetonyek
19{
20
21struct KEYLayer;
22
23typedef std::shared_ptr<KEYLayer> KEYLayerPtr_t;
24typedef std::unordered_map<ID_t, KEYLayerPtr_t> KEYLayerMap_t;
25
26struct KEYPlaceholder;
27
28typedef std::shared_ptr<KEYPlaceholder> KEYPlaceholderPtr_t;
29typedef std::unordered_map<ID_t, KEYPlaceholderPtr_t> KEYPlaceholderMap_t;
30
31struct KEYSlide;
32
33typedef std::shared_ptr<KEYSlide> KEYSlidePtr_t;
34typedef std::unordered_map<ID_t, KEYSlidePtr_t> KEYSlideMap_t;
35
36struct KEYTransition;
37typedef std::unordered_map<ID_t, KEYTransition> KEYTransitionMap_t;
38}
39
40#endif // KEYTYPES_FWD_H_INCLUDED
41
42/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition IWORKBezierElement.cpp:21
std::shared_ptr< KEYLayer > KEYLayerPtr_t
Definition KEYTypes_fwd.h:23
std::unordered_map< ID_t, KEYSlidePtr_t > KEYSlideMap_t
Definition KEYTypes_fwd.h:34
std::shared_ptr< KEYPlaceholder > KEYPlaceholderPtr_t
Definition KEYTypes_fwd.h:28
std::shared_ptr< KEYSlide > KEYSlidePtr_t
Definition KEYTypes_fwd.h:33
std::unordered_map< ID_t, KEYTransition > KEYTransitionMap_t
Definition KEYTypes_fwd.h:37
std::unordered_map< ID_t, KEYLayerPtr_t > KEYLayerMap_t
Definition KEYTypes_fwd.h:24
std::unordered_map< ID_t, KEYPlaceholderPtr_t > KEYPlaceholderMap_t
Definition KEYTypes_fwd.h:29
Definition KEYTypes.h:32
Definition KEYTypes.h:40
Definition KEYTypes.h:56
Definition KEYTypes.h:66

Generated for libetonyek by doxygen 1.13.2