Apollo 10.0
自动驾驶开放平台
|
#include <graph.h>
Public 成员函数 | |
Edge () | |
Edge (const Edge &other) | |
Edge (const Vertice &src, const Vertice &dst, const std::string &val) | |
virtual | ~Edge () |
Edge & | operator= (const Edge &rhs) |
bool | operator== (const Edge &rhs) const |
bool | IsValid () const |
std::string | GetKey () const |
const Vertice & | src () const |
void | set_src (const Vertice &v) |
const Vertice & | dst () const |
void | set_dst (const Vertice &v) |
const std::string & | value () const |
void | set_value (const std::string &val) |
apollo::cyber::service_discovery::Edge::Edge | ( | const Edge & | other | ) |
apollo::cyber::service_discovery::Edge::Edge | ( | const Vertice & | src, |
const Vertice & | dst, | ||
const std::string & | val | ||
) |
|
inline |
std::string apollo::cyber::service_discovery::Edge::GetKey | ( | ) | const |
bool apollo::cyber::service_discovery::Edge::IsValid | ( | ) | const |
bool apollo::cyber::service_discovery::Edge::operator== | ( | const Edge & | rhs | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |