#include <PixelDCSObject.h>
Classes | |
struct | Item |
Public Types | |
typedef T | Type |
Public Attributes | |
std::vector< Item > | items |
Template struct for Pixel DCS object.
Value type is specified by the template parameter Type. Define a new struct for non-POD value type.
Definition at line 20 of file PixelDCSObject.h.
typedef T PixelDCSObject< T >::Type |
Definition at line 22 of file PixelDCSObject.h.
std::vector<Item> PixelDCSObject< T >::items |
Definition at line 31 of file PixelDCSObject.h.
Referenced by PixelPopConDCSSourceHandler< Type >::fillObject().