#include <carla/Buffer.h>#include <algorithm>#include <memory>#include <ostream>#include <string>
test/Buffer.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:命名空间 | |
| namespace | carla |
| CARLA模拟器的主命名空间。 | |
| namespace | util |
| namespace | util::buffer |
类型定义 | |
| using | util::buffer::const_shared_buffer = std::shared_ptr< const Buffer > |
| using | util::buffer::shared_buffer = std::shared_ptr< Buffer > |
函数 | |
| static std::string | util::buffer::as_string (const Buffer &buf) |
| template<typename T > | |
| static shared_buffer | util::buffer::make (const T &buffer) |
| static shared_buffer | util::buffer::make_empty (size_t size=0u) |
| shared_buffer | util::buffer::make_random (size_t size) |
| static bool | carla::operator!= (const Buffer &lhs, const Buffer &rhs) |
| static std::ostream & | carla::operator<< (std::ostream &out, const Buffer &buf) |
| static bool | carla::operator== (const Buffer &lhs, const Buffer &rhs) |
| std::string | util::buffer::to_hex_string (const Buffer &buf, size_t length) |