FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
VOM::ACL::list_cmds::delete_cmd< RULE, DELETE > Class Template Reference

A cmd class that Deletes an ACL. More...

+ Inheritance diagram for VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >:
+ Collaboration diagram for VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >:

Public Member Functions

 delete_cmd (HW::item< handle_t > &item)
 Constructor. More...
 
rc_t issue (connection &con)
 Issue the command to VPP/HW. More...
 
std::string to_string () const
 convert to string format for debug purposes More...
 
bool operator== (const delete_cmd &other) const
 Comparison operator - only used for UT. More...
 
- Public Member Functions inherited from VOM::rpc_cmd< HW::item< handle_t >, rc_t, DELETE >
 rpc_cmd (HW::item< handle_t > &item)
 Constructor taking the HW item that will be updated by the command. More...
 
virtual ~rpc_cmd ()
 Desructor. More...
 
HW::item< handle_t > & item ()
 return the HW item the command updates More...
 
const HW::item< handle_t > & item () const
 return the const HW item the command updates More...
 
void fulfill (const rc_t &d)
 Fulfill the commands promise. More...
 
rc_t wait ()
 Wait on the commands promise. More...
 
virtual void succeeded ()
 Called by the HW Command Q when it is disabled to indicate the command can be considered successful without issuing it to HW. More...
 
virtual vapi_error_e operator() (DELETE &reply)
 call operator used as a callback by VAPI when the reply is available More...
 
virtual void retire (connection &con)
 Retire/cancel a long running command. More...
 
- Public Member Functions inherited from VOM::cmd
 cmd ()
 Default constructor. More...
 
virtual ~cmd ()
 Virtual destructor. More...
 

Additional Inherited Members

- Public Types inherited from VOM::rpc_cmd< HW::item< handle_t >, rc_t, DELETE >
typedef DELETE msg_t
 convenient typedef More...
 
- Protected Attributes inherited from VOM::rpc_cmd< HW::item< handle_t >, rc_t, DELETE >
HW::item< handle_t > & m_hw_item
 A reference to an object's HW::item that the command will update. More...
 
std::promise< rc_tm_promise
 The promise that implements the synchronous issue. More...
 

Detailed Description

template<typename RULE, typename DELETE>
class VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >

A cmd class that Deletes an ACL.

Definition at line 127 of file acl_list_cmds.hpp.

Constructor & Destructor Documentation

template<typename RULE , typename DELETE >
VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >::delete_cmd ( HW::item< handle_t > &  item)
inline

Constructor.

Definition at line 133 of file acl_list_cmds.hpp.

Member Function Documentation

rc_t VOM::ACL::list_cmds::l2_delete_cmd::issue ( connection con)
inlinevirtual

Issue the command to VPP/HW.

Implements VOM::cmd.

Definition at line 141 of file acl_list_cmds.hpp.

+ Here is the caller graph for this function:

template<typename RULE , typename DELETE >
bool VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >::operator== ( const delete_cmd< RULE, DELETE > &  other) const
inline

Comparison operator - only used for UT.

Definition at line 157 of file acl_list_cmds.hpp.

+ Here is the call graph for this function:

template<typename RULE , typename DELETE >
std::string VOM::ACL::list_cmds::delete_cmd< RULE, DELETE >::to_string ( void  ) const
inlinevirtual

convert to string format for debug purposes

Implements VOM::cmd.

Definition at line 146 of file acl_list_cmds.hpp.

+ Here is the call graph for this function:


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