Apollo 10.0
自动驾驶开放平台
|
#include <arena_address_allocator.h>
Public 属性 | |
uint64_t | key_ |
uint64_t | index_ |
std::atomic< uint64_t > | ref_count_ |
struct ArenaAddressNode * | parent_ |
struct ArenaAddressNode * | left_ |
struct ArenaAddressNode * | right_ |
在文件 arena_address_allocator.h 第 29 行定义.
uint64_t apollo::cyber::transport::ArenaAddressNode::index_ |
在文件 arena_address_allocator.h 第 31 行定义.
uint64_t apollo::cyber::transport::ArenaAddressNode::key_ |
在文件 arena_address_allocator.h 第 30 行定义.
struct ArenaAddressNode* apollo::cyber::transport::ArenaAddressNode::left_ |
在文件 arena_address_allocator.h 第 34 行定义.
struct ArenaAddressNode* apollo::cyber::transport::ArenaAddressNode::parent_ |
在文件 arena_address_allocator.h 第 33 行定义.
std::atomic<uint64_t> apollo::cyber::transport::ArenaAddressNode::ref_count_ |
在文件 arena_address_allocator.h 第 32 行定义.
struct ArenaAddressNode* apollo::cyber::transport::ArenaAddressNode::right_ |
在文件 arena_address_allocator.h 第 35 行定义.