ZOOM Windows Instant SDK  1.0.1
zoom_instant_sdk_vector_interface.h
Go to the documentation of this file.
1 
7 #ifndef _ZOOM_INSTANT_SDK_VECTOR_INTERFACE_H_
8 #define _ZOOM_INSTANT_SDK_VECTOR_INTERFACE_H_
9 #include "zoom_instant_sdk_def.h"
10 
11 BEGIN_ZOOM_INSTANT_SDK_NAMESPACE
12 template<class T>
14 {
15 public:
16  virtual ~IInstantSDKVector(){};
17  virtual int GetCount() = 0;
18  virtual T GetItem(int index) = 0;
19 };
20 END_ZOOM_INSTANT_SDK_NAMESPACE
21 #endif
Definition: zoom_instant_sdk_vector_interface.h:13
ZOOM Instant SDK Common Definition File.