CARLA
Classes | Namespaces | Typedefs
EpisodeProxy.h File Reference
#include "carla/AtomicSharedPtr.h"
#include <cstdint>
+ Include dependency graph for EpisodeProxy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  carla::client::detail::EpisodeProxyImpl< PointerT >
 Provides access to the Simulator during a given episode. More...
 
struct  carla::client::detail::EpisodeProxyPointerType
 

Namespaces

 carla
 This file contains definitions of common data structures used in traffic manager.
 
 carla::client
 
 carla::client::detail
 

Typedefs

using carla::client::detail::EpisodeProxy = EpisodeProxyImpl< EpisodeProxyPointerType::Strong >
 
using carla::client::detail::WeakEpisodeProxy = EpisodeProxyImpl< EpisodeProxyPointerType::Weak >