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
17
namespace
libetonyek
18
{
19
20
class
IWORKPath
;
21
22
typedef
std::shared_ptr<IWORKPath>
IWORKPathPtr_t
;
23
typedef
std::unordered_map<ID_t, IWORKPathPtr_t>
IWORKPathMap_t
;
24
25
class
IWORKConnectionPath
;
26
}
27
28
#endif // IWORKPATH_FWD_H_INCLUDED
29
30
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
31
libetonyek
Definition:
IWORKBezierElement.cpp:20
libetonyek::IWORKPath
Definition:
IWORKPath.h:28
IWORKTypes_fwd.h
libetonyek::IWORKPathMap_t
std::unordered_map< ID_t, IWORKPathPtr_t > IWORKPathMap_t
Definition:
IWORKPath_fwd.h:23
libetonyek::IWORKConnectionPath
Definition:
IWORKPath.h:87
libetonyek::IWORKPathPtr_t
std::shared_ptr< IWORKPath > IWORKPathPtr_t
Definition:
IWORKPath_fwd.h:20
Generated for libetonyek by
doxygen
1.8.17