CMS 3D CMS Logo

IgProperty Class Reference

#include <Iguana/Framework/interface/IgCollection.h>

List of all members.

Public Member Functions

IgColumnHandlehandle (void)
 IgProperty (IgColumnHandle &handle)

Private Attributes

IgColumnHandle m_handle


Detailed Description

Definition at line 478 of file IgCollection.h.


Constructor & Destructor Documentation

IgProperty::IgProperty ( IgColumnHandle handle  )  [inline]

Definition at line 481 of file IgCollection.h.

00482   : m_handle(handle)
00483   { }


Member Function Documentation

IgColumnHandle& IgProperty::handle ( void   )  [inline]

Definition at line 485 of file IgCollection.h.

References m_handle.

Referenced by IgCollectionItem::operator[]().

00486   { return m_handle; }


Member Data Documentation

IgColumnHandle IgProperty::m_handle [private]

Definition at line 489 of file IgCollection.h.

Referenced by handle().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:25:25 2009 for CMSSW by  doxygen 1.5.4