Blender
V4.3
source
blender
io
common
IO_path_util.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
#pragma once
5
6
#include "
BLI_set.hh
"
7
#include "
BLI_string_ref.hh
"
8
9
#include "
IO_path_util_types.hh
"
10
11
namespace
blender::io
{
12
22
std::string
path_reference
(StringRefNull filepath,
23
StringRefNull base_src,
24
StringRefNull base_dst,
25
ePathReferenceMode
mode,
26
Set<std::pair<std::string, std::string>> *copy_set =
nullptr
);
27
29
void
path_reference_copy
(
const
Set<std::pair<std::string, std::string>> ©_set);
30
31
}
// namespace blender::io
BLI_set.hh
BLI_string_ref.hh
IO_path_util_types.hh
ePathReferenceMode
ePathReferenceMode
Definition
IO_path_util_types.hh:7
blender::io
Definition
BKE_idprop.hh:27
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:12
blender::io::path_reference_copy
void path_reference_copy(const Set< std::pair< std::string, std::string > > ©_set)
Definition
path_util.cc:61
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0