#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 |
从现有缓冲区创建一个常量视图 更多... | |
命名空间 | |
namespace | carla |
CARLA模拟器的主命名空间。 | |
类型定义 | |
using | carla::SharedBufferView = std::shared_ptr<BufferView> |