#include "carla/Buffer.h"
#include "carla/Debug.h"
#include "carla/Exception.h"
#include "carla/Logging.h"
#include <boost/asio/buffer.hpp>
#include <cstdint>
#include <limits>
#include <memory>
#include <type_traits>
#include <compiler/enable-ue4-macros.h>
#include "Containers/Array.h"
#include <compiler/disable-ue4-macros.h>
类 | |
class | carla::BufferView |
Creating a constant view from an existing buffer 更多... | |
命名空间 | |
namespace | carla |
This file contains definitions of common data structures used in traffic manager. | |
类型定义 | |
using | carla::SharedBufferView = std::shared_ptr<BufferView> |