![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a collection of resources. More...
#include <VxCollection.h>
Public Member Functions | |
VxCollection () | |
Initializes a new instance of the VxCollection<T> struct. More... | |
VxCollection (const VxCollection &ref) | |
Initializes a new instance of the VxCollection<T> struct. More... | |
~VxCollection () | |
Finalizes an instance of the VxCollection<T> class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
int | collectionSize |
The size of collection. More... | |
int | filterSize |
The size of filters. More... | |
int | startIndex |
The start index. More... | |
int | totalItems |
The total amount of items. More... | |
T | collection |
The collection of resources. More... | |
VxCollectionFilter * | filters |
The filters to be applied to the collection request. More... | |
Represents a collection of resources.
Definition at line 14 of file VxCollection.h.
|
inline |
Initializes a new instance of the VxCollection<T> struct.
Definition at line 19 of file VxCollection.h.
|
inline |
Initializes a new instance of the VxCollection<T> struct.
ref | The reference. |
Definition at line 27 of file VxCollection.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 46 of file VxCollection.h.
T VxSdk::VxCollection< T >::collection |
The collection of resources.
Definition at line 75 of file VxCollection.h.
int VxSdk::VxCollection< T >::collectionSize |
The size of collection.
Definition at line 59 of file VxCollection.h.
VxCollectionFilter* VxSdk::VxCollection< T >::filters |
The filters to be applied to the collection request.
Definition at line 79 of file VxCollection.h.
int VxSdk::VxCollection< T >::filterSize |
The size of filters.
Definition at line 63 of file VxCollection.h.
int VxSdk::VxCollection< T >::startIndex |
The start index.
Definition at line 67 of file VxCollection.h.
int VxSdk::VxCollection< T >::totalItems |
The total amount of items.
Definition at line 71 of file VxCollection.h.