fwd.h
Go to the documentation of this file.
00001 /*
00002     fwd.h -- Forward declarations for path.h and resolver.h
00003 
00004     Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
00005 
00006     All rights reserved. Use of this source code is governed by a
00007     BSD-style license that can be found in the LICENSE file.
00008 */
00009 
00010 #pragma once
00011 
00012 #if !defined(NAMESPACE_BEGIN)
00013 #define NAMESPACE_BEGIN(name) namespace name {
00014 #endif
00015 #if !defined(NAMESPACE_END)
00016 #define NAMESPACE_END(name) }
00017 #endif
00018 
00019 NAMESPACE_BEGIN(filesystem)
00020 
00021 class path;
00022 class resolver;
00023 
00024 NAMESPACE_END(filesystem)


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 20:17:15