OpenSDN source code
SessionEndpointKey Struct Reference

#include <session_stats_collector.h>

Collaboration diagram for SessionEndpointKey:

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
 

Detailed Description

Definition at line 23 of file session_stats_collector.h.

Constructor & Destructor Documentation

◆ SessionEndpointKey()

SessionEndpointKey::SessionEndpointKey ( )
inline

Definition at line 34 of file session_stats_collector.h.

Here is the call graph for this function:

Member Function Documentation

◆ IsEqual()

bool SessionEndpointKey::IsEqual ( const SessionEndpointKey rhs) const

Definition at line 311 of file session_stats_collector.cc.

◆ IsLess()

bool SessionEndpointKey::IsLess ( const SessionEndpointKey rhs) const

Definition at line 283 of file session_stats_collector.cc.

◆ Reset()

void SessionEndpointKey::Reset ( )

Definition at line 342 of file session_stats_collector.cc.

Member Data Documentation

◆ is_client_session

bool SessionEndpointKey::is_client_session

Definition at line 32 of file session_stats_collector.h.

◆ is_si

bool SessionEndpointKey::is_si

Definition at line 33 of file session_stats_collector.h.

◆ local_tagset

TagList SessionEndpointKey::local_tagset

Definition at line 28 of file session_stats_collector.h.

◆ local_vn

std::string SessionEndpointKey::local_vn

Definition at line 26 of file session_stats_collector.h.

◆ match_policy

std::string SessionEndpointKey::match_policy

Definition at line 31 of file session_stats_collector.h.

◆ remote_prefix

std::string SessionEndpointKey::remote_prefix

Definition at line 30 of file session_stats_collector.h.

◆ remote_tagset

TagList SessionEndpointKey::remote_tagset

Definition at line 29 of file session_stats_collector.h.

◆ remote_vn

std::string SessionEndpointKey::remote_vn

Definition at line 27 of file session_stats_collector.h.

◆ vmi_cfg_name

std::string SessionEndpointKey::vmi_cfg_name

Definition at line 25 of file session_stats_collector.h.


The documentation for this struct was generated from the following files: