FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
VOM::arp_proxy_binding Class Reference

A representation of LLDP client configuration on an interface. More...

+ Inheritance diagram for VOM::arp_proxy_binding:
+ Collaboration diagram for VOM::arp_proxy_binding:

Public Member Functions

 arp_proxy_binding (const interface &itf)
 Construct a new object matching the desried state. More...
 
 arp_proxy_binding (const arp_proxy_binding &o)
 Copy Constructor. More...
 
 ~arp_proxy_binding ()
 Destructor. More...
 
std::shared_ptr< arp_proxy_bindingsingular () const
 Return the 'singular' of the LLDP binding that matches this object. More...
 
std::string to_string () const
 convert to string format for debug purposes More...
 

Static Public Member Functions

static void dump (std::ostream &os)
 Dump all LLDP bindings into the stream provided. More...
 

Friends

class OM
 
class singular_db< interface::key_t, arp_proxy_binding >
 It's the singular_db class that calls replay() More...
 

Additional Inherited Members

- Protected Member Functions inherited from VOM::object_base
 object_base ()=default
 Constructable by derived classes only. More...
 
virtual ~object_base ()=default
 Destructor. More...
 

Detailed Description

A representation of LLDP client configuration on an interface.

Definition at line 31 of file arp_proxy_binding.hpp.

Constructor & Destructor Documentation

VOM::arp_proxy_binding::arp_proxy_binding ( const interface itf)

Construct a new object matching the desried state.

Definition at line 29 of file arp_proxy_binding.cpp.

VOM::arp_proxy_binding::arp_proxy_binding ( const arp_proxy_binding o)

Copy Constructor.

Definition at line 35 of file arp_proxy_binding.cpp.

VOM::arp_proxy_binding::~arp_proxy_binding ( )

Destructor.

Definition at line 41 of file arp_proxy_binding.cpp.

+ Here is the call graph for this function:

Member Function Documentation

void VOM::arp_proxy_binding::dump ( std::ostream &  os)
static

Dump all LLDP bindings into the stream provided.

Definition at line 58 of file arp_proxy_binding.cpp.

+ Here is the call graph for this function:

std::shared_ptr< arp_proxy_binding > VOM::arp_proxy_binding::singular ( ) const

Return the 'singular' of the LLDP binding that matches this object.

Definition at line 100 of file arp_proxy_binding.cpp.

+ Here is the call graph for this function:

std::string VOM::arp_proxy_binding::to_string ( void  ) const
virtual

convert to string format for debug purposes

Implements VOM::object_base.

Definition at line 73 of file arp_proxy_binding.cpp.

+ Here is the call graph for this function:

Friends And Related Function Documentation

friend class OM
friend

Definition at line 114 of file arp_proxy_binding.hpp.

It's the singular_db class that calls replay()

Definition at line 119 of file arp_proxy_binding.hpp.


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