CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edmNew::dstvdetails::DetSetVectorTrans::Item Struct Reference

#include <DetSetVectorNew.h>

Public Member Functions

bool isValid () const
 
 Item (id_type i=0, int io=-1, size_type is=0)
 
 operator id_type () const
 
bool operator< (Item const &rh) const
 

Public Attributes

id_type id
 
int offset
 
size_type size
 

Detailed Description

Definition at line 53 of file DetSetVectorNew.h.

Constructor & Destructor Documentation

edmNew::dstvdetails::DetSetVectorTrans::Item::Item ( id_type  i = 0,
int  io = -1,
size_type  is = 0 
)
inline

Member Function Documentation

bool edmNew::dstvdetails::DetSetVectorTrans::Item::isValid ( void  ) const
inline

Definition at line 55 of file DetSetVectorNew.h.

References offset.

Referenced by core.AutoHandle.AutoHandle::ReallyLoad().

edmNew::dstvdetails::DetSetVectorTrans::Item::operator id_type ( ) const
inline

Definition at line 60 of file DetSetVectorNew.h.

References id.

bool edmNew::dstvdetails::DetSetVectorTrans::Item::operator< ( Item const &  rh) const
inline

Definition at line 59 of file DetSetVectorNew.h.

References id.

59 { return id<rh.id;}

Member Data Documentation

id_type edmNew::dstvdetails::DetSetVectorTrans::Item::id
int edmNew::dstvdetails::DetSetVectorTrans::Item::offset
size_type edmNew::dstvdetails::DetSetVectorTrans::Item::size