OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 ( )
inline

Definition at line 34 of file session_stats_collector.h.

Here is the call graph for this function:

Member Function Documentation

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.

Member Data Documentation

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.


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