OpenSDN source code
SessionKey Struct Reference

#include <session_stats_collector.h>

Collaboration diagram for SessionKey:

Public Member Functions

 SessionKey ()
 
void Reset ()
 
bool IsLess (const SessionKey &rhs) const
 
bool IsEqual (const SessionKey &rhs) const
 

Public Attributes

IpAddress remote_ip
 
uint16_t client_port
 
boost::uuids::uuid uuid
 

Detailed Description

Definition at line 52 of file session_stats_collector.h.

Constructor & Destructor Documentation

◆ SessionKey()

SessionKey::SessionKey ( )
inline

Definition at line 57 of file session_stats_collector.h.

Here is the call graph for this function:

Member Function Documentation

◆ IsEqual()

bool SessionKey::IsEqual ( const SessionKey rhs) const

Definition at line 393 of file session_stats_collector.cc.

◆ IsLess()

bool SessionKey::IsLess ( const SessionKey rhs) const

Definition at line 383 of file session_stats_collector.cc.

◆ Reset()

void SessionKey::Reset ( )

Definition at line 406 of file session_stats_collector.cc.

Member Data Documentation

◆ client_port

uint16_t SessionKey::client_port

Definition at line 55 of file session_stats_collector.h.

◆ remote_ip

IpAddress SessionKey::remote_ip

Definition at line 54 of file session_stats_collector.h.

◆ uuid

boost::uuids::uuid SessionKey::uuid

Definition at line 56 of file session_stats_collector.h.


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