#include <EpisodeProxy.h>
Public Types | |
| using | Shared = std::shared_ptr< Simulator > |
| using | Strong = AtomicSharedPtr< Simulator > |
| using | Weak = std::weak_ptr< Simulator > |
Definition at line 19 of file EpisodeProxy.h.
| using carla::client::detail::EpisodeProxyPointerType::Shared = std::shared_ptr<Simulator> |
Definition at line 20 of file EpisodeProxy.h.
Definition at line 21 of file EpisodeProxy.h.
| using carla::client::detail::EpisodeProxyPointerType::Weak = std::weak_ptr<Simulator> |
Definition at line 22 of file EpisodeProxy.h.
1.8.13