OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AuthenticationKey Struct Reference

#include <bgp_config.h>

Collaboration diagram for AuthenticationKey:

Public Member Functions

 AuthenticationKey ()
 
bool operator< (const AuthenticationKey &rhs) const
 
bool operator== (const AuthenticationKey &rhs) const
 
void Reset ()
 

Public Attributes

int id
 
std::string value
 
time_t start_time
 

Detailed Description

Definition at line 23 of file bgp_config.h.

Constructor & Destructor Documentation

AuthenticationKey::AuthenticationKey ( )
inline

Definition at line 24 of file bgp_config.h.

Member Function Documentation

bool AuthenticationKey::operator< ( const AuthenticationKey rhs) const

Definition at line 39 of file bgp_config.cc.

Here is the call graph for this function:

bool AuthenticationKey::operator== ( const AuthenticationKey rhs) const

Definition at line 44 of file bgp_config.cc.

Here is the call graph for this function:

void AuthenticationKey::Reset ( )
inline

Definition at line 29 of file bgp_config.h.

Member Data Documentation

int AuthenticationKey::id

Definition at line 34 of file bgp_config.h.

time_t AuthenticationKey::start_time

Definition at line 36 of file bgp_config.h.

std::string AuthenticationKey::value

Definition at line 35 of file bgp_config.h.


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