Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
KEYPath_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 KEYPATH_FWD_H_INCLUDED
10
#define KEYPATH_FWD_H_INCLUDED
11
12
#include "
KEYTypes_fwd.h
"
13
14
namespace
libetonyek
15
{
16
17
class
KEYPath
;
18
19
typedef
boost::shared_ptr<KEYPath>
KEYPathPtr_t
;
20
typedef
boost::unordered_map<ID_t, KEYPathPtr_t>
KEYPathMap_t
;
21
22
}
23
24
#endif // KEYPATH_FWD_H_INCLUDED
25
26
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
27
Generated for libetonyek by
doxygen
1.8.3.1