Blender
V3.3
source
blender
io
common
IO_path_util.hh
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#pragma once
3
4
#include "
BLI_set.hh
"
5
#include "
BLI_string_ref.hh
"
6
7
#include "
IO_path_util_types.h
"
8
9
namespace
blender::io
{
10
20
std::string
path_reference
(StringRefNull filepath,
21
StringRefNull base_src,
22
StringRefNull base_dst,
23
ePathReferenceMode
mode,
24
Set<std::pair<std::string, std::string>> *copy_set =
nullptr
);
25
27
void
path_reference_copy
(
const
Set<std::pair<std::string, std::string>> ©_set);
28
29
}
// namespace blender::io
BLI_set.hh
BLI_string_ref.hh
IO_path_util_types.h
ePathReferenceMode
ePathReferenceMode
Definition:
IO_path_util_types.h:5
blender::io
Definition:
BLI_serialize.hh:67
blender::io::path_reference_copy
void path_reference_copy(const Set< std::pair< std::string, std::string >> ©_set)
Definition:
path_util.cc:59
blender::io::path_reference
std::string path_reference(StringRefNull filepath, StringRefNull base_src, StringRefNull base_dst, ePathReferenceMode mode, Set< std::pair< std::string, std::string >> *copy_set)
Definition:
path_util.cc:9
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1