#include "carla/Exception.h"
#include "carla/Time.h"
#include <boost/optional.hpp>
#include <boost/variant2/variant.hpp>
#include <condition_variable>
#include <exception>
#include <map>
#include <mutex>
类 | |
struct | carla::RecurrentSharedFuture< T >::mapped_type |
class | carla::RecurrentSharedFuture< T > |
This class is meant to be used similar to a shared future, but the value can be set any number of times. 更多... | |
class | carla::detail::SharedException |
命名空间 | |
namespace | carla |
This file contains definitions of common data structures used in traffic manager. | |
namespace | carla::detail |
变量 | |
static thread_local const char | carla::detail::thread_tag {} |