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

#include <bgp_update.h>

Inheritance diagram for UpdateEntry:

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_
 

Detailed Description

Definition at line 27 of file bgp_update.h.

Member Enumeration Documentation

Enumerator
UPDATE 
MARKER 

Definition at line 29 of file bgp_update.h.

Constructor & Destructor Documentation

UpdateEntry::UpdateEntry ( EntryType  type)
inlineexplicit

Definition at line 34 of file bgp_update.h.

Member Function Documentation

UpdateEntry::DISALLOW_COPY_AND_ASSIGN ( UpdateEntry  )
private
bool UpdateEntry::IsMarker ( )
inline

Definition at line 36 of file bgp_update.h.

bool UpdateEntry::IsUpdate ( )
inline

Definition at line 37 of file bgp_update.h.

Member Data Documentation

boost::intrusive::list_member_hook UpdateEntry::list_node

Definition at line 40 of file bgp_update.h.

EntryType UpdateEntry::type_
private

Definition at line 43 of file bgp_update.h.


The documentation for this class was generated from the following file: