OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpPeer::DeleteActor Class Reference
Inheritance diagram for BgpPeer::DeleteActor:
Collaboration diagram for BgpPeer::DeleteActor:

Public Member Functions

 DeleteActor (BgpPeer *peer)
 
virtual bool MayDelete () const
 
virtual void Shutdown ()
 
virtual void Destroy ()
 
- Public Member Functions inherited from LifetimeActor
 LifetimeActor (LifetimeManager *manager)
 
virtual ~LifetimeActor ()
 
virtual void Delete ()
 
void RetryDelete ()
 
void PauseDelete ()
 
void ResumeDelete ()
 
bool IsDeleted () const
 
bool HasDependents () const
 
bool HasRefcount () const
 
const uint64_t create_time_stamp_usecs () const
 
const uint64_t delete_time_stamp_usecs () const
 

Private Attributes

BgpPeerpeer_
 

Detailed Description

Definition at line 162 of file bgp_peer.cc.

Constructor & Destructor Documentation

BgpPeer::DeleteActor::DeleteActor ( BgpPeer peer)
inlineexplicit

Definition at line 164 of file bgp_peer.cc.

Member Function Documentation

virtual void BgpPeer::DeleteActor::Destroy ( )
inlinevirtual

Implements LifetimeActor.

Definition at line 187 of file bgp_peer.cc.

Here is the call graph for this function:

virtual bool BgpPeer::DeleteActor::MayDelete ( ) const
inlinevirtual

Implements LifetimeActor.

Definition at line 169 of file bgp_peer.cc.

Here is the call graph for this function:

virtual void BgpPeer::DeleteActor::Shutdown ( )
inlinevirtual

Reimplemented from LifetimeActor.

Definition at line 182 of file bgp_peer.cc.

Here is the call graph for this function:

Member Data Documentation

BgpPeer* BgpPeer::DeleteActor::peer_
private

Definition at line 216 of file bgp_peer.cc.


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