ISettings.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
28 #pragma once
29 
30 #include <string>
31 
32 namespace EdgeVisDecoderSDK
33 {
34  class ISettings
35  {
36  public:
37 
44  virtual std::wstring Name() const = 0;
45  };
46 }
Definition of the ISettings interface class.
Definition: ISettings.h:34
virtual std::wstring Name() const =0
Gets the name of the settings object.
The EdgeVis Decoder SDK namespace.