Interface.hpp
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <vector>
11 #include <map>
13 
14 namespace eproperty {
19  class Interface {
20  public:
22  };
23 }
24 
Interface data to collect the property list (for abstarction connection)
Definition: InterfaceData.hpp:19
eproperty::InterfaceData properties
Interface to access at all properties...
Definition: Interface.hpp:21
Interface to collect the property list (for abstarction "set" and "get") It create a simple "properti...
Definition: Interface.hpp:19
eproperty global interface for all property implementation
Definition: Interface.hpp:14