Struct graph::Edge

Nested Relationships

This struct is a nested type of Class graph.

Struct Documentation

struct ral::cache::graph::Edge

Public Functions

inline bool operator<(const Edge &e) const
inline bool operator==(const Edge &e) const
inline void print() const

Public Members

std::int32_t source
std::int32_t target
std::string source_port_name
std::string target_port_name