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

#include <bgp_update_monitor.h>

Collaboration diagram for RouteUpdatePtr:

Classes

struct  Proxy
 

Public Member Functions

 RouteUpdatePtr ()
 
 RouteUpdatePtr (RouteUpdate *rt_update)
 
 RouteUpdatePtr (RouteUpdatePtr &rhs)
 
 RouteUpdatePtr (Proxy rhs)
 
 ~RouteUpdatePtr ()
 
RouteUpdateoperator-> ()
 
RouteUpdateget ()
 
RouteUpdatePtroperator= (RouteUpdatePtr &rhs)
 
RouteUpdatePtroperator= (Proxy rhs)
 
RouteUpdaterelease ()
 
void swap (RouteUpdatePtr &rhs)
 
 operator Proxy ()
 

Private Attributes

RouteUpdatert_update_
 

Detailed Description

Definition at line 42 of file bgp_update_monitor.h.

Constructor & Destructor Documentation

RouteUpdatePtr::RouteUpdatePtr ( )
inline

Definition at line 49 of file bgp_update_monitor.h.

RouteUpdatePtr::RouteUpdatePtr ( RouteUpdate rt_update)

Definition at line 12 of file bgp_update_monitor.cc.

RouteUpdatePtr::RouteUpdatePtr ( RouteUpdatePtr rhs)
inline

Definition at line 52 of file bgp_update_monitor.h.

Here is the call graph for this function:

RouteUpdatePtr::RouteUpdatePtr ( Proxy  rhs)
inline

Definition at line 55 of file bgp_update_monitor.h.

RouteUpdatePtr::~RouteUpdatePtr ( )

Definition at line 15 of file bgp_update_monitor.cc.

Member Function Documentation

RouteUpdate* RouteUpdatePtr::get ( )
inline

Definition at line 60 of file bgp_update_monitor.h.

RouteUpdatePtr::operator Proxy ( )
inline

Definition at line 84 of file bgp_update_monitor.h.

RouteUpdate* RouteUpdatePtr::operator-> ( )
inline

Definition at line 59 of file bgp_update_monitor.h.

RouteUpdatePtr& RouteUpdatePtr::operator= ( RouteUpdatePtr rhs)
inline

Definition at line 62 of file bgp_update_monitor.h.

Here is the call graph for this function:

RouteUpdatePtr& RouteUpdatePtr::operator= ( Proxy  rhs)
inline

Definition at line 67 of file bgp_update_monitor.h.

Here is the call graph for this function:

RouteUpdate* RouteUpdatePtr::release ( )
inline

Definition at line 73 of file bgp_update_monitor.h.

Here is the call graph for this function:

void RouteUpdatePtr::swap ( RouteUpdatePtr rhs)
inline

Definition at line 80 of file bgp_update_monitor.h.

Member Data Documentation

RouteUpdate* RouteUpdatePtr::rt_update_
private

Definition at line 91 of file bgp_update_monitor.h.


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