#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>
BufferView.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:类 | |
| class | carla::BufferView |
| 从现有缓冲区创建一个常量视图 更多... | |
命名空间 | |
| namespace | carla |
| CARLA模拟器的主命名空间。 | |
类型定义 | |
| using | carla::SharedBufferView = std::shared_ptr< BufferView > |