|
OpenSDN source code
|
#include <session_stats_collector.h>

Public Member Functions | |
| SessionEndpointKey () | |
| void | Reset () |
| bool | IsLess (const SessionEndpointKey &rhs) const |
| bool | IsEqual (const SessionEndpointKey &rhs) const |
Public Attributes | |
| std::string | vmi_cfg_name |
| std::string | local_vn |
| std::string | remote_vn |
| TagList | local_tagset |
| TagList | remote_tagset |
| std::string | remote_prefix |
| std::string | match_policy |
| bool | is_client_session |
| bool | is_si |
Definition at line 23 of file session_stats_collector.h.
|
inline |
| bool SessionEndpointKey::IsEqual | ( | const SessionEndpointKey & | rhs | ) | const |
Definition at line 311 of file session_stats_collector.cc.
| bool SessionEndpointKey::IsLess | ( | const SessionEndpointKey & | rhs | ) | const |
Definition at line 283 of file session_stats_collector.cc.
| void SessionEndpointKey::Reset | ( | ) |
Definition at line 342 of file session_stats_collector.cc.
| bool SessionEndpointKey::is_client_session |
Definition at line 32 of file session_stats_collector.h.
| bool SessionEndpointKey::is_si |
Definition at line 33 of file session_stats_collector.h.
| TagList SessionEndpointKey::local_tagset |
Definition at line 28 of file session_stats_collector.h.
| std::string SessionEndpointKey::local_vn |
Definition at line 26 of file session_stats_collector.h.
| std::string SessionEndpointKey::match_policy |
Definition at line 31 of file session_stats_collector.h.
| std::string SessionEndpointKey::remote_prefix |
Definition at line 30 of file session_stats_collector.h.
| TagList SessionEndpointKey::remote_tagset |
Definition at line 29 of file session_stats_collector.h.
| std::string SessionEndpointKey::remote_vn |
Definition at line 27 of file session_stats_collector.h.
| std::string SessionEndpointKey::vmi_cfg_name |
Definition at line 25 of file session_stats_collector.h.