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

Public Member Functions

 DeleteActor (BgpTable *table)
 
virtual ~DeleteActor ()
 
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

BgpTabletable_
 

Detailed Description

Definition at line 32 of file bgp_table.cc.

Constructor & Destructor Documentation

BgpTable::DeleteActor::DeleteActor ( BgpTable table)
inlineexplicit

Definition at line 34 of file bgp_table.cc.

virtual BgpTable::DeleteActor::~DeleteActor ( )
inlinevirtual

Definition at line 38 of file bgp_table.cc.

Member Function Documentation

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

Implements LifetimeActor.

Definition at line 51 of file bgp_table.cc.

Here is the call graph for this function:

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

Implements LifetimeActor.

Definition at line 40 of file bgp_table.cc.

Here is the call graph for this function:

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

Reimplemented from LifetimeActor.

Definition at line 44 of file bgp_table.cc.

Here is the call graph for this function:

Member Data Documentation

BgpTable* BgpTable::DeleteActor::table_
private

Definition at line 56 of file bgp_table.cc.


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