NEOCCA bindings Specification  0.2.8
Port.hh
Go to the documentation of this file.
1 #ifndef __NEO_Port_hh_seen
2 #define __NEO_Port_hh_seen
3 namespace neo {
4 namespace cca {
5 
17 class Port
18 {
19 public:
20 
22  virtual ~Port (){}
23 };
24 
25 } // end namespace cca
26 } // end namespace neo
27 
28 #endif // __NEO_Port_hh_seen
A pure-virtual tag interface to identify a function set capable of being exported to or imported from...
Definition: Port.hh:17
virtual ~Port()
obligatory virtual destructor
Definition: Port.hh:22
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62