Blender
V3.3
source
blender
freestyle
intern
system
StringUtils.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#pragma once
4
10
#include <cstring>
11
#include <iostream>
12
#include <sstream>
13
#include <string>
14
#include <vector>
15
16
#include "
BLI_path_util.h
"
17
#include "
BLI_string.h
"
18
19
using namespace
std
;
20
21
namespace
Freestyle
{
22
23
namespace
StringUtils {
24
25
void
getPathName
(
const
string
&path,
const
string
&base,
vector<string>
&pathnames);
26
27
// STL related
28
struct
ltstr
{
29
bool
operator()
(
const
char
*s1,
const
char
*s2)
const
30
{
31
return
strcmp(s1, s2) < 0;
32
}
33
};
34
35
}
// end of namespace StringUtils
36
37
}
/* namespace Freestyle */
BLI_path_util.h
BLI_string.h
vector< string >
Freestyle::StringUtils::getPathName
void getPathName(const string &path, const string &base, vector< string > &pathnames)
Definition:
StringUtils.cpp:15
Freestyle
inherits from class Rep
Definition:
AppCanvas.cpp:18
std
Definition:
cycles_cubin_cc.cpp:22
Freestyle::StringUtils::ltstr
Definition:
StringUtils.h:28
Freestyle::StringUtils::ltstr::operator()
bool operator()(const char *s1, const char *s2) const
Definition:
StringUtils.h:29
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1