Apollo 10.0
自动驾驶开放平台
|
#include <graph.h>
Public 成员函数 | |
Vertice (const std::string &val="") | |
Vertice (const Vertice &other) | |
virtual | ~Vertice () |
Vertice & | operator= (const Vertice &rhs) |
bool | operator== (const Vertice &rhs) const |
bool | operator!= (const Vertice &rhs) const |
bool | IsDummy () const |
const std::string & | GetKey () const |
const std::string & | value () const |
|
explicit |
apollo::cyber::service_discovery::Vertice::Vertice | ( | const Vertice & | other | ) |
const std::string & apollo::cyber::service_discovery::Vertice::GetKey | ( | ) | const |
bool apollo::cyber::service_discovery::Vertice::IsDummy | ( | ) | const |
bool apollo::cyber::service_discovery::Vertice::operator!= | ( | const Vertice & | rhs | ) | const |
bool apollo::cyber::service_discovery::Vertice::operator== | ( | const Vertice & | rhs | ) | const |
|
inline |