|
Apollo 11.0
自动驾驶开放平台
|
#include <identity.h>
Public 成员函数 | |
| Identity (bool need_generate=true) | |
| Identity (const Identity &another) | |
| virtual | ~Identity () |
| Identity & | operator= (const Identity &another) |
| bool | operator== (const Identity &another) const |
| bool | operator!= (const Identity &another) const |
| std::string | ToString () const |
| size_t | Length () const |
| uint64_t | HashValue () const |
| const char * | data () const |
| void | set_data (const char *data) |
在文件 identity.h 第 30 行定义.
|
explicit |
在文件 identity.cc 第 27 行定义.
| apollo::cyber::transport::Identity::Identity | ( | const Identity & | another | ) |
在文件 identity.cc 第 37 行定义.
|
virtual |
在文件 identity.cc 第 42 行定义.
|
inline |
在文件 identity.h 第 44 行定义.
| uint64_t apollo::cyber::transport::Identity::HashValue | ( | ) | const |
在文件 identity.cc 第 64 行定义.
| size_t apollo::cyber::transport::Identity::Length | ( | ) | const |
在文件 identity.cc 第 62 行定义.
| bool apollo::cyber::transport::Identity::operator!= | ( | const Identity & | another | ) | const |
在文件 identity.cc 第 56 行定义.
在文件 identity.cc 第 44 行定义.
| bool apollo::cyber::transport::Identity::operator== | ( | const Identity & | another | ) | const |
在文件 identity.cc 第 52 行定义.
|
inline |
在文件 identity.h 第 45 行定义.
| std::string apollo::cyber::transport::Identity::ToString | ( | ) | const |
在文件 identity.cc 第 60 行定义.