CARLA
 
载入中...
搜索中...
未找到
函数
carla::iterator 命名空间参考

函数

template<typename It >
static auto make_map_keys_const_iterator (It it)
 Creates an iterator over const references to the keys of a map.
 
template<typename It >
static auto make_map_keys_iterator (It it)
 Creates an iterator over non-const references to the keys of a map.
 
template<typename It >
static auto make_map_values_const_iterator (It it)
 Creates an iterator over const references to the values of a map.
 
template<typename It >
static auto make_map_values_iterator (It it)
 Creates an iterator over non-const references to the values of a map.
 

函数说明

◆ make_map_keys_const_iterator()

template<typename It >
static auto carla::iterator::make_map_keys_const_iterator ( It it)
inlinestatic

Creates an iterator over const references to the keys of a map.

在文件 Iterator.h25 行定义.

被这些函数引用 carla::client::detail::EpisodeState::GetActorIds().

+ 这是这个函数的调用关系图:

◆ make_map_keys_iterator()

template<typename It >
static auto carla::iterator::make_map_keys_iterator ( It it)
inlinestatic

Creates an iterator over non-const references to the keys of a map.

在文件 Iterator.h16 行定义.

◆ make_map_values_const_iterator()

template<typename It >
static auto carla::iterator::make_map_values_const_iterator ( It it)
inlinestatic

Creates an iterator over const references to the values of a map.

在文件 Iterator.h43 行定义.

被这些函数引用 carla::client::ActorBlueprint::begin(), carla::client::BlueprintLibrary::begin(), carla::client::detail::EpisodeState::begin(), carla::client::ActorBlueprint::end(), carla::client::BlueprintLibrary::end(), carla::client::detail::EpisodeState::end(), carla::road::Road::GetLaneSections() , 以及 carla::road::Road::GetLaneSectionsAt().

+ 这是这个函数的调用关系图:

◆ make_map_values_iterator()

template<typename It >
static auto carla::iterator::make_map_values_iterator ( It it)
inlinestatic

Creates an iterator over non-const references to the values of a map.

在文件 Iterator.h34 行定义.

被这些函数引用 carla::road::Road::GetLaneSectionsAt().

+ 这是这个函数的调用关系图: