IWORKPath_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 IWORKPATH_FWD_H_INCLUDED
10#define IWORKPATH_FWD_H_INCLUDED
11
12#include <memory>
13#include <unordered_map>
14
15#include "IWORKTypes_fwd.h"
16
17namespace libetonyek
18{
19
20class IWORKPath;
21
22typedef std::shared_ptr<IWORKPath> IWORKPathPtr_t;
23typedef std::unordered_map<ID_t, IWORKPathPtr_t> IWORKPathMap_t;
24
26}
27
28#endif // IWORKPATH_FWD_H_INCLUDED
29
30/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
31
Definition IWORKPath.h:88
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition IWORKPath_fwd.h:22
std::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition IWORKPath_fwd.h:23

Generated for libetonyek by doxygen 1.12.0