3rdparty
filesystem
fwd.h
Go to the documentation of this file.
1
/*
2
fwd.h -- Forward declarations for path.h and resolver.h
3
4
Copyright (c) 2015 Wenzel Jakob <wenzel@inf.ethz.ch>
5
6
All rights reserved. Use of this source code is governed by a
7
BSD-style license that can be found in the LICENSE file.
8
*/
9
10
#pragma once
11
12
#if !defined(NAMESPACE_BEGIN)
13
#define NAMESPACE_BEGIN(name) namespace name {
14
#endif
15
#if !defined(NAMESPACE_END)
16
#define NAMESPACE_END(name) }
17
#endif
18
19
NAMESPACE_BEGIN
(filesystem)
20
21
class
path
;
22
class
resolver
;
23
24
NAMESPACE_END
(filesystem)
NAMESPACE_END
#define NAMESPACE_END(name)
Definition:
fwd.h:16
resolver
Simple class for resolving paths on Linux/Windows/Mac OS.
Definition:
resolver.h:23
NAMESPACE_BEGIN
#define NAMESPACE_BEGIN(name)
Definition:
fwd.h:13
path
Simple class for manipulating paths on Linux/Windows/Mac OS.
Definition:
path.h:42
behaviortree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Wed Jun 26 2024 02:51:19