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

Definition at line 57 of file session_stats_collector.h.

Here is the call graph for this function:

Member Function Documentation

bool SessionKey::IsEqual ( const SessionKey rhs) const

Definition at line 393 of file session_stats_collector.cc.

bool SessionKey::IsLess ( const SessionKey rhs) const

Definition at line 383 of file session_stats_collector.cc.

void SessionKey::Reset ( )

Definition at line 406 of file session_stats_collector.cc.

Member Data Documentation

uint16_t SessionKey::client_port

Definition at line 55 of file session_stats_collector.h.

IpAddress SessionKey::remote_ip

Definition at line 54 of file session_stats_collector.h.

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: