|
OpenSDN source code
|
#include <bgp_config.h>

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 |
Definition at line 23 of file bgp_config.h.
|
inline |
Definition at line 24 of file bgp_config.h.
| bool AuthenticationKey::operator< | ( | const AuthenticationKey & | rhs | ) | const |
| bool AuthenticationKey::operator== | ( | const AuthenticationKey & | rhs | ) | const |
|
inline |
Definition at line 29 of file bgp_config.h.
| 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.