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
14namespace libetonyek
15{
16
17class KEYPath;
18
19typedef boost::shared_ptr<KEYPath> KEYPathPtr_t;
20typedef 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
Definition: EtonyekDocument.cpp:41
boost::unordered_map< ID_t, KEYPathPtr_t > KEYPathMap_t
Definition: KEYPath_fwd.h:20
boost::shared_ptr< KEYPath > KEYPathPtr_t
Definition: KEYPath_fwd.h:17

Generated for libetonyek by doxygen 1.9.3