#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>
Go to the source code of this file.
Classes | |
class | carla::BufferView |
Creating a constant view from an existing buffer. More... | |
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
Typedefs | |
using | carla::SharedBufferView = std::shared_ptr< BufferView > |