CARLA
Functions
carla::iterator Namespace Reference

Functions

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

Function Documentation

◆ 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.

Definition at line 25 of file Iterator.h.

Referenced by carla::client::detail::EpisodeState::GetActorIds().

+ Here is the caller graph for this function:

◆ 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.

Definition at line 16 of file Iterator.h.

◆ 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.

Definition at line 43 of file Iterator.h.

Referenced by carla::client::BlueprintLibrary::begin(), carla::client::detail::EpisodeState::begin(), carla::client::ActorBlueprint::begin(), carla::client::BlueprintLibrary::end(), carla::client::detail::EpisodeState::end(), carla::client::ActorBlueprint::end(), carla::road::Road::GetLaneSections(), and carla::road::Road::GetLaneSectionsAt().

+ Here is the caller graph for this function:

◆ 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.

Definition at line 34 of file Iterator.h.

Referenced by carla::road::Road::GetLaneSectionsAt().

+ Here is the caller graph for this function: