OpenSDN source code
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::AuthenticationKey ( )
inline

Definition at line 24 of file bgp_config.h.

Member Function Documentation

◆ operator<()

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

Definition at line 39 of file bgp_config.cc.

Here is the call graph for this function:

◆ operator==()

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

Definition at line 44 of file bgp_config.cc.

Here is the call graph for this function:

◆ Reset()

void AuthenticationKey::Reset ( )
inline

Definition at line 29 of file bgp_config.h.

Member Data Documentation

◆ id

int AuthenticationKey::id

Definition at line 34 of file bgp_config.h.

◆ start_time

time_t AuthenticationKey::start_time

Definition at line 36 of file bgp_config.h.

◆ value

std::string AuthenticationKey::value

Definition at line 35 of file bgp_config.h.


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