CARLA
Classes | Namespaces | Typedefs
BufferView.h File Reference
#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 dependency graph for BufferView.h:
+ This graph shows which files directly or indirectly include this file:

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 >