#include <StringUtil.h>
静态 Public 成员函数 | |
template<typename Range1T , typename Range2T > | |
static bool | EndsWith (const Range1T &input, const Range2T &test) |
static bool | Match (const char *str, const char *wildcard_pattern) |
Match str with the Unix shell-style wildcard_pattern. | |
template<typename String1T , typename String2T > | |
static bool | Match (const String1T &str, const String2T &wildcard_pattern) |
Match str with the Unix shell-style wildcard_pattern. | |
template<typename Container , typename Range1T , typename Range2T > | |
static void | Split (Container &destination, const Range1T &str, const Range2T &separators) |
template<typename Range1T , typename Range2T > | |
static bool | StartsWith (const Range1T &input, const Range2T &test) |
static const char * | ToConstCharPtr (const char *str) |
template<typename StringT > | |
static const char * | ToConstCharPtr (const StringT &str) |
template<typename WritableRangeT > | |
static void | ToLower (WritableRangeT &str) |
template<typename SequenceT > | |
static auto | ToLowerCopy (const SequenceT &str) |
template<typename WritableRangeT > | |
static void | ToUpper (WritableRangeT &str) |
template<typename SequenceT > | |
static auto | ToUpperCopy (const SequenceT &str) |
template<typename WritableRangeT > | |
static void | Trim (WritableRangeT &str) |
template<typename SequenceT > | |
static auto | TrimCopy (const SequenceT &str) |
在文件 StringUtil.h 第 14 行定义.
|
inlinestatic |
在文件 StringUtil.h 第 35 行定义.
|
static |
Match str with the Unix shell-style wildcard_pattern.
在文件 StringUtil.cpp 第 17 行定义.
被这些函数引用 carla::client::ActorList::Filter(), carla::client::World::GetTrafficLight(), carla::client::World::GetTrafficLightFromOpenDRIVE(), carla::client::World::GetTrafficSign(), carla::FileSystem::ListFolder(), Match() , 以及 carla::client::ActorBlueprint::MatchTags().
|
inlinestatic |
Match str with the Unix shell-style wildcard_pattern.
在文件 StringUtil.h 第 88 行定义.
引用了 Match() , 以及 ToConstCharPtr().
|
inlinestatic |
在文件 StringUtil.h 第 75 行定义.
被这些函数引用 carla::client::ActorAttributeValueAccess::As< sensor::data::Color >(), carla::client::ActorBlueprint::ActorBlueprint() , 以及 carla::opendrive::parser::ParseGeoReference().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
在文件 StringUtil.h 第 24 行定义.
|
inlinestatic |
在文件 StringUtil.h 第 40 行定义.
被这些函数引用 carla::road::element::GetColor(), carla::road::element::GetType(), carla::client::ActorAttribute::Set() , 以及 carla::opendrive::parser::StringToLaneType().
|
inlinestatic |
|
inlinestatic |
在文件 StringUtil.h 第 52 行定义.
|
inlinestatic |
在文件 StringUtil.h 第 57 行定义.
|
inlinestatic |
在文件 StringUtil.h 第 63 行定义.
|
inlinestatic |
在文件 StringUtil.h 第 69 行定义.