interface.h
Go to the documentation of this file.
1 
11 #ifndef __OPC_UA_INTERFACE_BASE_H__
12 #define __OPC_UA_INTERFACE_BASE_H__
13 
14 namespace Common
15 {
16 
17 class Interface
18 {
19 protected:
20  Interface() {}
21 
22  virtual ~Interface() {}
23 
24  Interface(const Interface &) = delete;
25  const Interface & operator=(const Interface &) = delete;
26 };
27 
28 }
29 
30 #endif // __OPC_UA_INTERFACE_BASE_H__
31 
Addon interface definition GNU LGPL.
virtual ~Interface()
Definition: interface.h:22
const Interface & operator=(const Interface &)=delete


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:06