函数 | |
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. | |
|
inlinestatic |
Creates an iterator over const references to the keys of a map.
在文件 Iterator.h 第 25 行定义.
被这些函数引用 carla::client::detail::EpisodeState::GetActorIds().
|
inlinestatic |
Creates an iterator over non-const references to the keys of a map.
在文件 Iterator.h 第 16 行定义.
|
inlinestatic |
Creates an iterator over const references to the values of a map.
在文件 Iterator.h 第 43 行定义.
被这些函数引用 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().
|
inlinestatic |
Creates an iterator over non-const references to the values of a map.
在文件 Iterator.h 第 34 行定义.
被这些函数引用 carla::road::Road::GetLaneSectionsAt().