OpenSDN source code
|
#include <bgp_update.h>
Public Types | |
enum | EntryType { UPDATE = 1, MARKER } |
Public Member Functions | |
UpdateEntry (EntryType type) | |
bool | IsMarker () |
bool | IsUpdate () |
Public Attributes | |
boost::intrusive::list_member_hook | list_node |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (UpdateEntry) | |
Private Attributes | |
EntryType | type_ |
Definition at line 27 of file bgp_update.h.
Enumerator | |
---|---|
UPDATE | |
MARKER |
Definition at line 29 of file bgp_update.h.
|
inlineexplicit |
Definition at line 34 of file bgp_update.h.
|
private |
|
inline |
Definition at line 36 of file bgp_update.h.
|
inline |
Definition at line 37 of file bgp_update.h.
boost::intrusive::list_member_hook UpdateEntry::list_node |
Definition at line 40 of file bgp_update.h.
|
private |
Definition at line 43 of file bgp_update.h.