CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Types | Public Attributes
PixelDCSObject< class > Class Template Reference

#include <PixelDCSRcds.h>

Classes

struct  Item
 

Public Types

typedef T Type
 

Public Attributes

std::vector< Itemitems
 

Detailed Description

template<class>
class PixelDCSObject< class >

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:
2008/11/30 19:41:08
Revision:
1.2
Author
Chung Khim Lae

Definition at line 8 of file PixelDCSRcds.h.

Member Typedef Documentation

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

Definition at line 22 of file PixelDCSObject.h.

Member Data Documentation

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