CMS 3D CMS Logo

Classes | Public Types | Public Attributes

PixelDCSObject< T > Class Template Reference

#include <PixelDCSObject.h>

List of all members.

Classes

struct  Item

Public Types

typedef T Type

Public Attributes

std::vector< Itemitems

Detailed Description

template<class T>
class PixelDCSObject< T >

Template struct for Pixel DCS object.

Value type is specified by the template parameter Type. Define a new struct for non-POD value type.

Date:
2009/12/03 13:30:07
Revision:
1.5
Author:
Chung Khim Lae

Definition at line 20 of file PixelDCSObject.h.


Member Typedef Documentation

template<class T>
typedef T PixelDCSObject< T >::Type

Definition at line 22 of file PixelDCSObject.h.


Member Data Documentation

template<class T>
std::vector<Item> PixelDCSObject< T >::items

Definition at line 31 of file PixelDCSObject.h.

Referenced by PixelPopConDCSSourceHandler< Type >::fillObject().