kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
Public Member Functions | Public Attributes | List of all members
ArpwatchRPCPrivate Struct Reference

Public Member Functions

 ArpwatchRPCPrivate (std::string_view rpc_endpoint)
 
 ArpwatchRPCPrivate (const ArpwatchRPCPrivate &)=delete
 
 ~ArpwatchRPCPrivate ()=default
 

Public Attributes

const std::string rpc_endpoint
 
xmlrpc_c::clientSimple rpc_client
 

Detailed Description

Definition at line 7 of file ArpwatchRPC.cpp.

Constructor & Destructor Documentation

◆ ArpwatchRPCPrivate() [1/2]

ArpwatchRPCPrivate::ArpwatchRPCPrivate ( std::string_view  rpc_endpoint)
inline

Definition at line 9 of file ArpwatchRPC.cpp.

◆ ArpwatchRPCPrivate() [2/2]

ArpwatchRPCPrivate::ArpwatchRPCPrivate ( const ArpwatchRPCPrivate )
delete

◆ ~ArpwatchRPCPrivate()

ArpwatchRPCPrivate::~ArpwatchRPCPrivate ( )
default

Member Data Documentation

◆ rpc_client

xmlrpc_c::clientSimple ArpwatchRPCPrivate::rpc_client

Definition at line 15 of file ArpwatchRPC.cpp.

◆ rpc_endpoint

const std::string ArpwatchRPCPrivate::rpc_endpoint

Definition at line 14 of file ArpwatchRPC.cpp.


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