KEYPath_fwd.h
Go to the documentation of this file.
00001 /*
00002  * This file is part of the libetonyek project.
00003  *
00004  * This Source Code Form is subject to the terms of the Mozilla Public
00005  * License, v. 2.0. If a copy of the MPL was not distributed with this
00006  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
00007  */
00008 
00009 #ifndef KEYPATH_FWD_H_INCLUDED
00010 #define KEYPATH_FWD_H_INCLUDED
00011 
00012 #include "KEYTypes_fwd.h"
00013 
00014 namespace libetonyek
00015 {
00016 
00017 class KEYPath;
00018 
00019 typedef boost::shared_ptr<KEYPath> KEYPathPtr_t;
00020 typedef boost::unordered_map<ID_t, KEYPathPtr_t> KEYPathMap_t;
00021 
00022 }
00023 
00024 #endif //  KEYPATH_FWD_H_INCLUDED
00025 
00026 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
00027