#include <Iguana/Framework/interface/IgCollection.h>
Public Member Functions | |
IgColumnHandle & | handle (void) |
IgProperty (IgColumnHandle &handle) | |
Private Attributes | |
IgColumnHandle | m_handle |
Definition at line 478 of file IgCollection.h.
IgProperty::IgProperty | ( | IgColumnHandle & | handle | ) | [inline] |
IgColumnHandle& IgProperty::handle | ( | void | ) | [inline] |
Definition at line 485 of file IgCollection.h.
References m_handle.
Referenced by IgCollectionItem::operator[]().
00486 { return m_handle; }
IgColumnHandle IgProperty::m_handle [private] |